aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:04 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:04 -0700
commit17892bccbb7eb2ee9d601eef80e785838202a8d1 (patch)
treeb1a1fe8b52064ff9d88e352447362a4bcd274789 /Android.mk
parentd4bdc4c78a02bf6039e809d6899e8e1612201003 (diff)
downloadprotobuf-17892bccbb7eb2ee9d601eef80e785838202a8d1.tar.gz
protobuf-17892bccbb7eb2ee9d601eef80e785838202a8d1.tar.bz2
protobuf-17892bccbb7eb2ee9d601eef80e785838202a8d1.zip
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I9a5e66066482aa0007f221bb866ac57f4eb1b70c
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.mk b/Android.mk
index d14a441a..5d3fc06f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -186,11 +186,8 @@ LOCAL_C_INCLUDES := \
LOCAL_SHARED_LIBRARIES := \
libcutils libutils
-# stlport conflicts with the host stl library
-ifneq ($(TARGET_SIMULATOR),true)
LOCAL_C_INCLUDES += external/stlport/stlport
LOCAL_SHARED_LIBRARIES += libstlport
-endif
# Define the header files to be copied
#LOCAL_COPY_HEADERS := \
@@ -252,11 +249,8 @@ LOCAL_C_INCLUDES := \
LOCAL_SHARED_LIBRARIES := \
libz libcutils libutils
-# stlport conflicts with the host stl library
-ifneq ($(TARGET_SIMULATOR),true)
LOCAL_C_INCLUDES += external/stlport/stlport
LOCAL_SHARED_LIBRARIES += libstlport
-endif
# Define the header files to be copied
#LOCAL_COPY_HEADERS := \