summaryrefslogtreecommitdiffstats
path: root/media/mtp
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:16 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:16 -0700
commit5e0067b486c3862316aa1f293cf9690c0cf54bda (patch)
tree104ac8491b40d6e9d8353322792fb83ce76f4c82 /media/mtp
parent52f556b976a9caceee183d8af2118ddbee02c70a (diff)
downloadframeworks_av-5e0067b486c3862316aa1f293cf9690c0cf54bda.zip
frameworks_av-5e0067b486c3862316aa1f293cf9690c0cf54bda.tar.gz
frameworks_av-5e0067b486c3862316aa1f293cf9690c0cf54bda.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
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)