summaryrefslogtreecommitdiffstats
path: root/NativeCode.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:25 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:25 -0700
commitcdb59081e1ae202bf86dd72cd5612d91289241e9 (patch)
tree43ed1493d19d0397967b7627888711fbc7b16ed2 /NativeCode.mk
parent4ee53d1e4536662d7424817baae03c14ae270acd (diff)
downloadlibcore-cdb59081e1ae202bf86dd72cd5612d91289241e9.zip
libcore-cdb59081e1ae202bf86dd72cd5612d91289241e9.tar.gz
libcore-cdb59081e1ae202bf86dd72cd5612d91289241e9.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Id881173e71e4f3a76abd46e209bb63e0248ec1e0
Diffstat (limited to 'NativeCode.mk')
-rw-r--r--NativeCode.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/NativeCode.mk b/NativeCode.mk
index 15ce7a9..1e7c4f4 100644
--- a/NativeCode.mk
+++ b/NativeCode.mk
@@ -103,10 +103,8 @@ LOCAL_STATIC_LIBRARIES := $(core_static_libraries)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libjavacore
-ifneq ($(TARGET_SIMULATOR),true)
LOCAL_C_INCLUDES += external/stlport/stlport bionic/ bionic/libstdc++/include
LOCAL_SHARED_LIBRARIES += libstlport
-endif
include $(BUILD_STATIC_LIBRARY)