summaryrefslogtreecommitdiffstats
path: root/media/mtp
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-12 12:15:07 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-12 12:15:07 -0700
commit63b96e48deb0a4c5b594693922bd9101ffc3ef93 (patch)
treef4e64e5c62746d337a1b1de063a57c50c9fa3b62 /media/mtp
parenta5a0cea84cdf116f4de4f812c26be73e70a260e6 (diff)
parent5e0067b486c3862316aa1f293cf9690c0cf54bda (diff)
downloadframeworks_av-63b96e48deb0a4c5b594693922bd9101ffc3ef93.zip
frameworks_av-63b96e48deb0a4c5b594693922bd9101ffc3ef93.tar.gz
frameworks_av-63b96e48deb0a4c5b594693922bd9101ffc3ef93.tar.bz2
Merge "Remove the simulator target from all makefiles. Bug: 5010576"
Diffstat (limited to 'media/mtp')
-rw-r--r--media/mtp/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/mtp/Android.mk b/media/mtp/Android.mk
index c25285e..e590bab 100644
--- a/media/mtp/Android.mk
+++ b/media/mtp/Android.mk
@@ -16,8 +16,6 @@
LOCAL_PATH:= $(call my-dir)
-ifneq ($(TARGET_SIMULATOR),true)
-
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
@@ -45,8 +43,6 @@ LOCAL_SHARED_LIBRARIES := libutils libcutils libusbhost libbinder
include $(BUILD_SHARED_LIBRARY)
-endif
-
ifeq ($(HOST_OS),linux)
include $(CLEAR_VARS)