summaryrefslogtreecommitdiffstats
path: root/buildspec.mk.default
diff options
context:
space:
mode:
authorJonathan Dixon <joth@google.com>2013-07-25 15:49:52 -0700
committerJonathan Dixon <joth@google.com>2013-07-25 15:52:17 -0700
commitd588792d29b2d24d4d5a88cf82e539fa4ad10c55 (patch)
tree02b877e57269626a98669bc40d40742b2ce419bb /buildspec.mk.default
parent6b812201efdbcbd12628c6f07b3a2bf9096f554a (diff)
downloadbuild-d588792d29b2d24d4d5a88cf82e539fa4ad10c55.zip
build-d588792d29b2d24d4d5a88cf82e539fa4ad10c55.tar.gz
build-d588792d29b2d24d4d5a88cf82e539fa4ad10c55.tar.bz2
Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG
WEBCORE_INSTRUMENTATION is never set in practice, nor ever read, so seems totally spurious. ENABLE_SVG is the default since 3.0 and disabling will no longer be a supported option in chromium webview. Change-Id: I651fa55fd7c20b2f251bae584407548be174a8aa
Diffstat (limited to 'buildspec.mk.default')
-rw-r--r--buildspec.mk.default11
1 files changed, 0 insertions, 11 deletions
diff --git a/buildspec.mk.default b/buildspec.mk.default
index 6f9e755..d14208e 100644
--- a/buildspec.mk.default
+++ b/buildspec.mk.default
@@ -93,17 +93,6 @@ ifndef NO_FALLBACK_FONT
#NO_FALLBACK_FONT:=true
endif
-# To enable instrumentation in webcore based apps like gmail and
-# the browser, define WEBCORE_INSTRUMENTATION:=true
-ifndef WEBCORE_INSTRUMENTATION
-#WEBCORE_INSTRUMENTATION:=true
-endif
-
-# To disable SVG in webcore define ENABLE_SVG:=false
-ifndef ENABLE_SVG
-#ENABLE_SVG:=false
-endif
-
# OVERRIDE_RUNTIMES allows you to locally override PRODUCT_RUNTIMES.
#
# To only build ART, use "runtime_libart_default"