Merge branch 'readonly-p4-master'

This commit is contained in:
Cary Clark 2009-04-08 08:10:46 -07:00 committed by The Android Open Source Project
commit 626ef903c7
1 changed files with 8 additions and 2 deletions

View File

@ -88,10 +88,16 @@ ifndef NO_FALLBACK_FONT
#NO_FALLBACK_FONT:=true
endif
# To enabled instrumentation in webcore based apps like gmail and
# To enable instrumentation in webcore based apps like gmail and
# the browser, define WEBCORE_INSTRUMENTATION:=true
ifndef WEBCORE_INSTRUMENTATION
#WEBCORE_INSTRUMENTATION:=true
#endif
endif
# To enable SVG in webcore define ENABLE_SVG:=true
ifndef ENABLE_SVG
#ENABLE_SVG:=true
endif
# when the build system changes such that this file must be updated, this
# variable will be changed. After you have modified this file with the new