aef92033bc
`m droid dist` fails on hiddenapi rules missing bootclasspath classes, add default_art_config.mk to set PRODUCT_BOOT_JARS, and then override PRODUCT_USES_DEFAULT_ART_CONFIG back to false to avoid a dependency from the boot.zip dist artifact to dex2oat, which doesn't work for riscv64 yet. Test: lunch aosp_riscv64-userdebug && m droid dist Change-Id: Icc332ee9132568251386ec742932f6708312bb92 |
||
---|---|---|
common | ||
core | ||
packaging | ||
target | ||
tests | ||
tools | ||
.gitignore | ||
banchanHelp.sh | ||
buildspec.mk.default | ||
Changes.md | ||
CleanSpec.mk | ||
Deprecation.md | ||
envsetup.sh | ||
finalize-aidl-vndk-sdk-resources.sh | ||
finalize-cleanup.sh | ||
finalize-step-1.sh | ||
finalize_branch_for_release.sh | ||
help.sh | ||
METADATA | ||
navbar.md | ||
OWNERS | ||
PREUPLOAD.cfg | ||
rbesetup.sh | ||
README.md | ||
tapasHelp.sh | ||
Usage.txt |
Android Make Build System
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.