aboutsummaryrefslogtreecommitdiff
path: root/buildspec.mk.default
AgeCommit message (Collapse)Author
2017-03-23Add TARGET_PLATFORM_VERSION to lunchColin Cross
lunch can now take combos in the form: $TARGET_PRODUCT $TARGET_PRODUCT-$TARGET_BUILD_VARIANT $TARGET_PRODUCT-$TARGET_BUILD_VARIANT-$TARGET_PLATFORM_VERSION If all 3 are not specified the unspecified ones will take the default values provided by the build system (eng, and currently OPR1). In addition, error handling for invalid products, variants and versions is moved to the build system. Bug: 34972208 Test: build/make/tests/envsetup_tests.sh Change-Id: Ib0aaa98633448ba9bd8df911704c9cb3a8ebbe85
2016-08-12Fix GET-INSTALL-PATH to work with SoongDan Willemsen
This was printing all of the Soong modules in addition to the modules defined in the ONE_SHOT_MAKEFILE. So replicate what we did with MODULES-IN-* with GET-INSTALL-PATH-IN-* and update all the users. Bug: 30191725 Change-Id: Ib1e4bf00f64d7a3e8cd91f44eaf1ff82fdfbf162
2016-05-26Fix mm and mmm in Android.bp directoriesColin Cross
mm and mmm were not parsing out/soong/Android.mk, so they were ignoring all modules defined in an Android.bp file. Always include out/soong/Android.mk when ONE_SHOT_MAKEFILE is set, and convert the mm and mmm functions to build MODULES-IN-$DIR instead of all_modules so that only the subset of modules defined in out/soong/Android.mk for the requested directory are built. Bug: 28986194 Change-Id: I6e1ff8cacfc668a4154a0d5937450db840bb7a6b
2016-05-16Remove make variables exported from SoongDan Willemsen
These have all been strictly checked by Soong, so the values currently match. Just remove them so that the make variables exported by Soong will take over. This also removes some of the GCC reconfiguration, since we haven't implemented that in Soong. If it becomes useful in the future, we'll implement it there. Some things like TARGET_TOOCHAIN_ROOT can nearly be removed, but are used before the Soong-exported make_vars.mk is loaded. In that case, added to the clang cflags, so it can be removed once the cflags are removed. Others, like LLVM_PREBUILTS_VERSION are loaded even earlier -- in envsetup.sh before we've even configured Soong. So for now, keep the Make definition, and continue ensuring it's the same as the Soong version. Change-Id: I554b27062ac43610828a8c06d640d919a2dc21ca
2013-07-25Remove WEBCORE_INSTRUMENTATION and ENABLE_SVGJonathan Dixon
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
2013-06-27Move from WITH_ART to PRODUCT_RUNTIMESBrian Carlstrom
Change-Id: I3a9217b4aafc1f59d095169deb9eaeae17320505
2013-05-22Add WITH_ARTBrian Carlstrom
(cherry picked from commit 6b7a0d2f1ff90d24e3ade9ccf82a084f5f999c1f) Change-Id: If6e208f9fc859f31da2cd71fdc1ddbe1fc1ed7aa
2011-07-11Remove the simulator target from all makefiles.Jeff Brown
Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
2010-06-23am 1884d99a: am aee4daac: The java version changed, and we made envsetup ↵Joe Onorato
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.
2010-06-23The java version changed, and we made envsetup automatically find the right ↵Joe Onorato
JAVA_HOME. This change forces everyone to re-source envsetup.sh Change-Id: Ieb9512d5725cca26a83debf9b0480bc20e19d5ee
2010-05-04Change buildspec to allow disabling SVG.Shimeng (Simon) Wang
Change-Id: Ia1a8fab6118f39ca10ca8df2254bef5466e54d75
2009-11-09merge from open-source masterJean-Baptiste Queru
2009-10-05BUILD SYSTEM ONLY - Add TARGET_BUILD_VARIANT to buildspec.mk.default,Joe Onorato
and put the commonly used options at the top.
2009-08-26Added a default to specify an alternative tool chain prefix if needed.Keith Deacon
2009-04-08AI 145053: add SVG to the browser [disabled by default]Cary Clark
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
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@132589The Android Open Source Project
2009-03-02auto import from //depot/cupcake/@137055The Android Open Source Project
2009-02-20auto import from //branches/cupcake/...@132569The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial Contributionandroid-1.0The Android Open Source Project