commit | cf041d064ae7d1fb88aaef8aeda2aff78863ee55 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Aug 20 08:14:08 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Aug 20 08:14:08 2023 +0000 |
tree | 11c2286587ac5eaf83322348226273d022f137dd | |
parent | 0e66565bba40a4f6c84ef1dd7921dc2146e956b0 [diff] | |
parent | 120664e3c056589a787456518903bb83543093b8 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10685236-L90500000962658543 into udc-release. COASTGUARD_SKIP: Ie9412f70ca03942d4002336f77d9325f4816eb7c Change-Id: Id9bdadf89e9e2e58e1c0b7497122c1e575fab486
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.