summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:13 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:13 -0700
commitac35d07ae54094e7655ecbecacd09789d37a3bcb (patch)
tree2ab487deaf9b2ea7e899b5e76899b04ea4bce09c /Android.mk
parent82a9205099b518893ebaa7dce8e91629fece56ec (diff)
downloadexternal_webkit-ac35d07ae54094e7655ecbecacd09789d37a3bcb.zip
external_webkit-ac35d07ae54094e7655ecbecacd09789d37a3bcb.tar.gz
external_webkit-ac35d07ae54094e7655ecbecacd09789d37a3bcb.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Iec42857a1f01da52a1f9e968ffa0e791404063b4
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index 374931c..39fa75a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -66,10 +66,6 @@ ifneq ($(JAVASCRIPT_ENGINE),jsc)
endif
endif
endif
-# We can't use V8 on the simulator
-ifeq ($(TARGET_SIMULATOR),true)
- JAVASCRIPT_ENGINE = jsc
-endif
# V8 also requires an ARMv7 CPU, and since we must use jsc, we cannot
# use the Chrome http stack either.
@@ -388,14 +384,12 @@ ifeq ($(WEBCORE_INSTRUMENTATION),true)
LOCAL_SHARED_LIBRARIES += libhardware_legacy
endif
-# We have to use the android version of libdl when we are not on the simulator
-ifneq ($(TARGET_SIMULATOR),true)
+# We have to use the android version of libdl
LOCAL_SHARED_LIBRARIES += libdl libstlport
# We have to fake out some headers when using stlport.
LOCAL_C_INCLUDES += \
external/chromium/android
include external/stlport/libstlport.mk
-endif
# We need Harfbuzz library to support complex scripts(Arabic, Thai, Hindi...).
ifeq ($(SUPPORT_COMPLEX_SCRIPTS),true)