summaryrefslogtreecommitdiffstats
path: root/art_module/art_module.mk
Commit message (Collapse)AuthorAgeFilesLines
* Use the functions intended for adding Soong config variables.Martin Stjernholm2020-12-181-3/+2
| | | | | | Test: m Bug: 172480615 Change-Id: I04ead1eed802747aa7eea5c7b354d7cc3d05c40f
* Introduce a Soong config variable to flip to ART Module sources whenMartin Stjernholm2020-12-071-0/+25
prebuilts are preferred by default. It enables the apex/sdk/module_exports modules and toggles off the prefer flags on the ART Module prebuilts when the ART-specific products are used, typically on master-art. Also add new generic architecture products for use in art/build/build-art-module.sh to build the ART Module prebuilts. Test: m TARGET_PRODUCT=art_module_{arm,arm64,x86,x86_64} nothing Bug: 172480617 Change-Id: Id1c91ebe47a24167374530643e0e444f74d9d3a0