summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorShimeng (Simon) Wang <swang@google.com>2010-09-28 15:25:34 -0700
committerShimeng (Simon) Wang <swang@google.com>2010-09-28 15:25:34 -0700
commit3f8072179cd1043a1f0347855f6572c7f998924c (patch)
tree5791113588193710f0e9d7ef4b371e92716527de /Android.mk
parent97698f6814ce1f2282366f7baef1cdd55edc6751 (diff)
downloadexternal_webkit-3f8072179cd1043a1f0347855f6572c7f998924c.zip
external_webkit-3f8072179cd1043a1f0347855f6572c7f998924c.tar.gz
external_webkit-3f8072179cd1043a1f0347855f6572c7f998924c.tar.bz2
Disable autofill for now to let browser start.
Change-Id: I16167069d902bf3aba79de5d9e9d90a6a8667672
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 212f579..de64dcb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -100,7 +100,7 @@ endif
# The default is on. Chrome HTTP stack must be used when Autofill
# is turned on.
ifneq ($(ENABLE_AUTOFILL),false)
- ENABLE_AUTOFILL = true
+ ENABLE_AUTOFILL = false
endif
ifneq ($(HTTP_STACK),chrome)
ENABLE_AUTOFILL = false