commit | aa459d0c4fbe8d949994b6226ebbbdad5ed518f6 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu May 11 03:48:01 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu May 11 03:48:01 2023 +0000 |
tree | 5aa7066318c96096d327678b215acaf7b6f3375f | |
parent | 11a83dad211161d75a28b5fade647dcb1127909d [diff] | |
parent | 125b35c1ad32674ea87d209051fff235e95590a0 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10102984-L51900000960588890 into tm-qpr3-c-release. COASTGUARD_SKIP: I9d1b558ae9c9d40e97db3461e6d62a0d25dd61cb Change-Id: Ieebf92aedf758f51a174400fb8e19c6d16d47b3e
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.