summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-09-06 11:57:53 +0100
committerKristian Monsen <kristianm@google.com>2010-09-06 11:57:53 +0100
commit66945f3db6c497fb182ef8a187b8c69e683dbb26 (patch)
treeb5765b541f9e1c575b5e2ee1abc06e575bb1efa1 /Android.mk
parent430b6b672341c7e8b5e4cfafaaae20315e68701b (diff)
downloadexternal_webkit-66945f3db6c497fb182ef8a187b8c69e683dbb26.zip
external_webkit-66945f3db6c497fb182ef8a187b8c69e683dbb26.tar.gz
external_webkit-66945f3db6c497fb182ef8a187b8c69e683dbb26.tar.bz2
Restoring the ability to set the stack from the shell.
This was lost in the last CL: https://android-git.corp.google.com/g/#change,63956 Change-Id: I5737da8ae6da35fe33b87dc6de344b2dfb0c1a32
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1786ae0..5d81442 100644
--- a/Android.mk
+++ b/Android.mk
@@ -75,6 +75,8 @@ ifneq ($(JAVASCRIPT_ENGINE),jsc)
endif
endif
+# See if the user has specified a stack they want to use
+HTTP_STACK = $(HTTP)
# We default to the Chrome HTTP stack on everything except the simulator, or
# if V8 is not used
DEFAULT_HTTP = chrome