summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2010-08-18 10:04:03 -0400
committerPatrick Scott <phanna@android.com>2010-08-18 10:04:03 -0400
commitbd9f4f1acbf7fcaa5ccac7740149e7607fd63e52 (patch)
tree218c3ce73ce0c789a235c570dbcf969b27870aa0 /Android.mk
parente38221f9813b52fbb9b76bb38c76ab08e25e5bb9 (diff)
downloadexternal_webkit-bd9f4f1acbf7fcaa5ccac7740149e7607fd63e52.zip
external_webkit-bd9f4f1acbf7fcaa5ccac7740149e7607fd63e52.tar.gz
external_webkit-bd9f4f1acbf7fcaa5ccac7740149e7607fd63e52.tar.bz2
Get the build bot to use the chrome stack.
Change-Id: Ib44e439bc272810e409f61477612dbbf30bb6371
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index ee8b3d8..5cd23b3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -56,7 +56,7 @@ JAVASCRIPT_ENGINE = $(JS_ENGINE)
# We default to the V8 JS engine on everything except the simulator where
# we stick with JSC.
-ifeq ($(TARGET_SIMULATOR),false)
+ifneq ($(TARGET_SIMULATOR),true)
DEFAULT_ENGINE = v8
ALT_ENGINE = jsc
else
@@ -76,7 +76,7 @@ ifneq ($(JAVASCRIPT_ENGINE),jsc)
endif
# Read the HTTP_STACK environment variable, default is android
-ifeq ($(TARGET_SIMULATOR),false)
+ifneq ($(TARGET_SIMULATOR),true)
HTTP_STACK = $(HTTP)
ifneq ($(HTTP_STACK),android)
# Chrome net stack has dependencies on V8.