X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=buildspec.mk.default;h=d14208e09994a1a7619d08a4c3ca0e78d4fd6e11;hb=278921fb1a300c9a678959b42bcb7cae51b6259c;hp=6f9e7550aafbfc1c5672db14c32319174b534e3b;hpb=2b0ee3f90d856c4d2704dfdc3c8b2abdc16574b9;p=android-x86%2Fbuild.git diff --git a/buildspec.mk.default b/buildspec.mk.default index 6f9e7550a..d14208e09 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"