summaryrefslogtreecommitdiffstats
path: root/media/mtp/Android.mk
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-05-13 16:28:00 -0400
committerMike Lockwood <lockwood@android.com>2010-05-13 16:28:00 -0400
commit67589f441aca391c27244cd231c2d770a9fe203d (patch)
treeedc874b7a9545ef64919166acf9b43dd9e16eb79 /media/mtp/Android.mk
parent16864bae0f51c32c456da2c43adf7a057c0c4882 (diff)
downloadframeworks_av-67589f441aca391c27244cd231c2d770a9fe203d.zip
frameworks_av-67589f441aca391c27244cd231c2d770a9fe203d.tar.gz
frameworks_av-67589f441aca391c27244cd231c2d770a9fe203d.tar.bz2
Exclude mtptest program from simulator builds.
Change-Id: Ia9751a06d7607363e8c16b71f6f3c524833395a0 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'media/mtp/Android.mk')
-rw-r--r--media/mtp/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/mtp/Android.mk b/media/mtp/Android.mk
index b9da15f..4d86064 100644
--- a/media/mtp/Android.mk
+++ b/media/mtp/Android.mk
@@ -15,6 +15,8 @@
#
LOCAL_PATH:= $(call my-dir)
+ifneq ($(TARGET_SIMULATOR),true)
+
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
@@ -42,6 +44,8 @@ LOCAL_SHARED_LIBRARIES := libutils libsqlite
include $(BUILD_EXECUTABLE)
+endif
+
ifeq ($(HOST_OS),linux)
include $(CLEAR_VARS)