commit | dafa13df8519f189c44b73fbff4705dad5758a1b | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 07 05:26:29 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 07 05:26:29 2023 +0000 |
tree | 8b79605e70f75136b5835fc4f4f899f4cf584093 | |
parent | 458439e35a83b098b0027f04fb0f27058f5e7961 [diff] | |
parent | 9b198a721d3196ea7e79a92bd2ee4c1b58bc534e [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10385117-L18800000961818182 into tm-qpr3-release. COASTGUARD_SKIP: I92e594aa6ee09313155c55e6470e55916921eda9 Change-Id: I67ba9fbf93d81a306026cd115a6c9fe1706fd331
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.