Skip to content

Commit

Permalink
Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joth76 committed Jul 25, 2013
1 parent 6b81220 commit d588792
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions buildspec.mk.default
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d588792

Please sign in to comment.