diff options
-rw-r--r-- | media/tests/mtp/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media/tests/mtp/Android.mk b/media/tests/mtp/Android.mk index 8cdfb69bf563..a9074eda9362 100644 --- a/media/tests/mtp/Android.mk +++ b/media/tests/mtp/Android.mk @@ -1,5 +1,7 @@ LOCAL_PATH:= $(call my-dir) +ifneq ($(TARGET_SIMULATOR),true) + include $(CLEAR_VARS) LOCAL_SRC_FILES := \ @@ -17,6 +19,8 @@ LOCAL_STATIC_LIBRARIES := libmtp libusbhost libutils libcutils include $(BUILD_EXECUTABLE) +endif + ifeq ($(HOST_OS),linux) include $(CLEAR_VARS) |