| commit | 7ddeebf9e6923920bd984184e35cfaabc8de0949 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Nov 15 13:59:35 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Nov 15 13:59:35 2024 +0000 |
| tree | 41196ea9fa4521e8a1d4aaa2f1015d92b0744beb | |
| parent | c8c8f58e7103a0160f24d475bacc3eaf5d9385ab [diff] | |
| parent | 6c1943a118c7264f2a7100b2fc14931336517d97 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-12612780-L84500030007798900 into 25D4-release. COASTGUARD_SKIP: Ia567728b6822d633e67d23d57e476a0b8f593406 Change-Id: Ieb11f146db125101246913ae568db0b1c47a6b71
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.