commit | 5b5eb8f5b535d768c90a3ea2d013f8cf56633d99 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jul 19 17:16:03 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jul 19 17:16:03 2023 +0000 |
tree | 8b79605e70f75136b5835fc4f4f899f4cf584093 | |
parent | dafa13df8519f189c44b73fbff4705dad5758a1b [diff] | |
parent | c14c90f06d21d617a8811cd9450114c95a5534f1 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10316531-L68800000962056696 into tm-qpr3-release. COASTGUARD_SKIP: I7983ea08008011ba1c56d4e440a8e21360c7b3d6 Change-Id: I5b4d70579f1b56ca541dd91edc15c53544e28ea4
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.