summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
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 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.