summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Dump the user tagged modules.Joe Onorato2012-08-161-0/+6
| | | | Change-Id: I623821df3e48b358a6b898ccb13750f7dc54ddcf
* core: allow product to provide kernel headers as wellDima Zavin2012-03-191-0/+4
| | | | | | | | | | This is useful when a device inherits from an architecture product, such as omap4.mk. The architecture specific product can provide kernel headers to all the devices that use that architecture. Change-Id: I0c9d3120a6089fb535a3fa8eccf10775a271cd21 Signed-off-by: Dima Zavin <dima@android.com>
* am a0f464a8: New PRODUCT_AAPT_PREF_CONFIG.Dianne Hackborn2011-10-171-0/+4
|\ | | | | | | | | * commit 'a0f464a8e7f006177db084df7e925bbb8e5ffed3': New PRODUCT_AAPT_PREF_CONFIG.
| * New PRODUCT_AAPT_PREF_CONFIG.Dianne Hackborn2011-10-141-0/+4
| | | | | | | | | | | | | | | | To use the new aapt --preferred-configurations option. For use with Prime to be able to strip everything but xhdpi density bitmaps selectively, not stripping when this would result in no data for the resource. Change-Id: I4e1012929b8f9b0b1e79c06496647f69661ba1f2
* | Remove PRODUCT_CONTRIBUTORS_FILE which is no longer in use.Ying Wang2011-10-101-4/+0
|/ | | | | Bug: 5433204 Change-Id: Id88c21f8d1991d8cbcc5bb7dae784aa72dc4becf
* Support for product-specific dev keys.Ying Wang2011-10-041-14/+23
| | | | Change-Id: Id577a72ee9f7cd70e8ca77efcbf10a37885c7d6f
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-13/+0
| | | | | | Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
* Fix tab.Ying Wang2011-06-171-1/+1
| | | | | | The tab broke unbundled targets. Change-Id: Ia97d4bdd69f7bb48eb3c51a01f0ab7085b5949a0
* fix broken build rules for host VM.Ryo Fujii2011-06-171-11/+21
|
* Add support for products overriding properties in /default.propMike Lockwood2011-06-091-0/+6
| | | | | | | | | | | | | | We need this to allow products to specify the default USB configuration, and allow the build system to add adb to this configuration for eng and userdebug builds. For example: PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ persist.sys.usb.config=mtp Change-Id: I83d7d918e57a8117eb96919e17d8ad52afdc0388 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Clean up how dex preoptimization gets configured.Dan Bornstein2011-05-311-9/+0
| | | | Change-Id: I505ac438f1b963060b4be36d94bb5fbee6112dc5
* am 095dbffd: am 5d4808db: put extra recovery keys in the product definitionDoug Zongker2011-03-161-0/+4
|\ | | | | | | | | * commit '095dbffd605eb1bb602b028000aab4494288c6f6': put extra recovery keys in the product definition
| * put extra recovery keys in the product definitionDoug Zongker2011-03-161-0/+4
| | | | | | | | Change-Id: I71637cd578b24891c10171aa59406848649be703
* | Move screen density config from PRODUCT_LOCALES to PRODUCT_AAPT_CONFIGYing Wang2011-03-151-8/+9
|/ | | | | | | | | With this change, PRODUCT_LOCALES will contain only locales. Other aapt config flags, such as *dpi, small/normal/large/xlarge, should go to PRODUCT_AAPT_CONFIGS. Bug: 4086309 Change-Id: I922f153d79777a9522c542a3907111193b40e7b7
* 'make dump-products' to dump products.Ying Wang2010-11-021-2/+5
| | | | Change-Id: I6a1e7ce5d54f47898199bfc9d29245c2598f733c
* Pass device characteristic information through to aapt.Joe Onorato2010-10-061-0/+6
| | | | | | | | | A build configuration can define PRODUCT_CHARACTERISTICS, which is a comma-separated list of device characteristics, for example "nosdcard,grayscale". This will be passed through to aapt with the --product flag. Change-Id: I902c034b2f2824dbd2d33449308ee08beeb09551
* Change "make PRODUCT-XXX-tests" to build only tests-build-targetYing Wang2010-09-141-0/+5
| | | | Change-Id: Ib1a1a7b09ea6f1c3eea84394dcd6e3ebcda81e1a
* Enable WITH_HOST_DALVIK for "user" builds on Linux.Dan Bornstein2010-09-081-6/+5
| | | | | Bug: 2497274 Change-Id: I636895b52c82f301f8c288ae670b34e1dbf32cc5
* resolved conflicts for merge of 2b8d2383 to gingerbreadYing Wang2010-06-151-4/+3
|\ | | | | | | Change-Id: I9174f843f0fde139a7d582f45b027f3face5c981
| * Rename is_unbundled_app_build and UNBUNDLED_APP_BUILD to TARGET_BUILD_APPS.Joe Onorato2010-06-101-4/+3
| | | | | | | | Change-Id: I79e6f60e009dad3a48709962347441e4ca0c337a
* | am b93e03cb: am 52911309: Cherry-pick unbundled build changes from masterYing Wang2010-06-021-6/+33
|\ \ | |/ | | | | | | | | | | Merge commit 'b93e03cbc9d47a9d9a385c780ed64639e2a23ae5' into kraken * commit 'b93e03cbc9d47a9d9a385c780ed64639e2a23ae5': Cherry-pick unbundled build changes from master
| * Cherry-pick unbundled build changes from masterYing Wang2010-05-261-6/+33
| | | | | | | | Change-Id: I82cab32f00b7b729d9b01c8e1532c8bf0ad2fb92
* | Finish moving the policies out of frameworks/policies/base and into ↵Joe Onorato2010-04-061-3/+0
|/ | | | | | frameworks/base. Change-Id: I6b3991de3276258318cab2aff9651f18b3d07f85
* Enables nodpi drawables in the framework.Adam Bliss2009-11-161-0/+3
|
* Introduce a default density ('mdpi') for all device builds.Daniel Sandler2009-08-281-0/+6
| | | | | | | | | | | | | | | | | | | | This is done by appending "mdpi" (medium density or 160 dpi, which is what we've been using so far on dream etc.) to PRODUCT_LOCALES if no other dpi is found there. (PRODUCT_LOCALES is then sent as a configuration parameter to aapt to determine which resources should be included in the build.) With this change, each build will now include only one density of any given asset. For example, if there exists drawable-hdpi/foo.png drawable-mdpi/foo.png ...then the build will include *only* drawable-mdpi/foo.png, unless the density is overridden in the build's own device spec: PRODUCT_LOCALES += hdpi ...in which case the build will include only drawable-hdpi/foo.png.
* Add PRODUCT_DEFAULT_WIFI_CHANNELS build var.Robert Greenwalt2009-05-211-0/+3
| | | | | Allows the build to specify the default number of allowed WIFI channels. Part of the fix for 1625953.
* core: Don't debug native modules when TARGET_BUILD_TYPE==debugDave Bort2009-05-041-5/+3
| | | | | | Don't make the simulator default to debug mode. Remove all global "debug" {C,CPP}FLAGS, which are no longer used.
* AI 145704: Manually integrate change 145576 to donutburger to fix "lunch"Mike Lockwood2009-04-101-1/+15
| | | | Automated import of CL 145704
* AI 145618: am: CL 145333 Cloned from CL 144759 by 'g4 patch'.Joe Onorato2009-04-091-0/+15
| | | | | | | | | | | | | | | Original change by joeo@abreu on 2009/04/06 19:54:13. Implement SDK add-ons in the build system. - Add an option to use the standard javadoc doclet instead of droiddoc, since droiddocs non-sdk templates aren't ready for prime time. - Add the notion of a stubs for a library. It's only implemented for java libraries, but when we do native libraries in the NDK or sdk-addons, it will work there too. Original author: joeo Merged from: //branches/cupcake/... Automated import of CL 145618
* AI 144130: Don't build OTA package keys into the recovery binary; readDoug Zongker2009-04-011-21/+10
| | | | | | | them from an external file in the recovery image. Use the test-keys for all builds. Automated import of CL 144130
* Automated import from //branches/donutburger/...@141759,141759Dave Bort2009-03-241-1/+4
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-3/+6
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+244
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-244/+0
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-0/+9
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+9
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+4
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-53/+32
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+243