summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 1ffe589..8caada9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -81,8 +81,8 @@ endif
# Read the HTTP_STACK environment variable, default is android
ifeq ($(TARGET_SIMULATOR),false)
HTTP_STACK = $(HTTP)
-ifneq ($(HTTP_STACK),chrome)
- HTTP_STACK = android
+ifneq ($(HTTP_STACK),android)
+ HTTP_STACK = chrome
endif
endif