summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-02-22 16:43:08 -0800
committerYing Wang <wangying@google.com>2013-02-22 16:43:08 -0800
commit877f98dfb48635a05091716319d6971197136055 (patch)
treebe66b7c05a42cbb551100a03bb04b5b538c0ed80
parent9f80dad96d0f4636c459f5cfd95b044337eaf184 (diff)
downloadwebkit-877f98dfb48635a05091716319d6971197136055.tar.gz
Fix assignment type.
Actually I need a new commit to kick the build cache scheduler :-). Change-Id: Icecda566e3d2f5a12be29580c6ce83a5be8dbb3c
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index f55d5a19c..6337118a8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,7 +26,7 @@
# Control SVG compiling in webkit.
# Default is true unless explictly disabled.
ifneq ($(ENABLE_SVG),false)
- ENABLE_SVG = true
+ ENABLE_SVG := true
endif
# Control complex scripts support compiling in webkit.