summaryrefslogtreecommitdiffstats
path: root/buildspec.mk.default
Commit message (Collapse)AuthorAgeFilesLines
* Remove WEBCORE_INSTRUMENTATION and ENABLE_SVGJonathan Dixon2013-07-251-11/+0
| | | | | | | | | 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
* Move from WITH_ART to PRODUCT_RUNTIMESBrian Carlstrom2013-06-271-3/+9
| | | | Change-Id: I3a9217b4aafc1f59d095169deb9eaeae17320505
* Add WITH_ARTBrian Carlstrom2013-05-221-0/+5
| | | | | | (cherry picked from commit 6b7a0d2f1ff90d24e3ade9ccf82a084f5f999c1f) Change-Id: If6e208f9fc859f31da2cd71fdc1ddbe1fc1ed7aa
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-8/+1
| | | | | | Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
* am 1884d99a: am aee4daac: The java version changed, and we made envsetup ↵Joe Onorato2010-06-231-1/+1
|\ | | | | | | | | | | | | | | | | automatically find the right JAVA_HOME. Merge commit '1884d99a7ab74dd53d9134d6200bb0aff3867f8c' * commit '1884d99a7ab74dd53d9134d6200bb0aff3867f8c': The java version changed, and we made envsetup automatically find the right JAVA_HOME.
| * The java version changed, and we made envsetup automatically find the right ↵Joe Onorato2010-06-231-1/+1
| | | | | | | | | | | | | | | | JAVA_HOME. This change forces everyone to re-source envsetup.sh Change-Id: Ieb9512d5725cca26a83debf9b0480bc20e19d5ee
* | Change buildspec to allow disabling SVG.Shimeng (Simon) Wang2010-05-041-2/+2
|/ | | | Change-Id: Ia1a8fab6118f39ca10ca8df2254bef5466e54d75
* merge from open-source masterJean-Baptiste Queru2009-11-091-0/+3
|\
| * Added a default to specify an alternative tool chain prefix if needed.Keith Deacon2009-08-261-0/+3
| |
* | BUILD SYSTEM ONLY - Add TARGET_BUILD_VARIANT to buildspec.mk.default,Joe Onorato2009-10-051-15/+24
| | | | | | | | and put the commonly used options at the top.
* | AI 145053: add SVG to the browser [disabled by default]Cary Clark2009-04-081-2/+8
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To enable SVG, edit your buildspec.mk to ENABLE_SVG:=true then make clean-libwebcore && make Some SVG functionality has been stubbed out in this checkin. //branches/master/android/build/buildspec.mk.default # edit - add ENABLE_SVG, commented out by default - fix up WEBCORE_INSTRUMENTATION define while I was in there //branches/master/android/external/webkit/Android.mk # edit - add ENABLE_SVG C define - add svg paths to C includes //branches/master/android/external/webkit/WebCore/Android.derived.mk # edit - update merge tool rules - add svg to css property names, keywords, generated bindings - add svg names, element factory, wrappers - remove obsolete ksvgcssproperties.h - add XLinkNames, required by SVG //branches/master/android/external/webkit/WebCore/Android.mk # edit - update merge tool rules - add svg bindings, css svg parsing, svg rendering, svg engine //branches/master/android/external/webkit/WebCore/config.h # edit - leave ENABLE_SVG alone if it is already defined //branches/master/android/external/webkit/WebCore/loader/EmptyClients.h # edit - add some Android extensions as empty virtuals (EmptyClients is only used by SVG) //branches/master/android/external/webkit/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp # edit //branches/master/android/external/webkit/WebCore/platform/graphics/android/PathAndroid.cpp # edit - add SVG graphics porting functions. Note the FIXMEs -- some are unimplemented. BUG=1474412 Automated import of CL 145053
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+100
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-95/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-5/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+5
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-0/+8
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+8
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+81