commit | 54229f97808c757c91f3e59224318001f5a7e532 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Feb 24 19:27:29 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Feb 24 19:27:29 2023 +0000 |
tree | 03e5edf92514821508bd4ee890a01c4ee9d3e15b | |
parent | c5f4ef01be3300802b020deddb9924ed5cb200cc [diff] | |
parent | 11f9f64727bd0d1b39e3b86e555c332b6f61902b [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9595452-L85600000958806578 into tm-qpr2-release. COASTGUARD_SKIP: Ic19f95d0516b48c0250d9483434d9761fc4e796e Change-Id: I5d2a08fcae35dc158f241781b8cdbbf3f8c1aa7a
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.