commit | 3bbdd0f0244d67867d6b8dfab3d8391b686be177 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 14 22:40:00 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 14 22:40:00 2023 +0000 |
tree | 02956b25b052442b34afa6e325c9be316156547f | |
parent | 10b14ff0c0ef5639515b66e2dca31f652ac67a64 [diff] | |
parent | 4df44ab768cc8a1b0937878f2283645793f3e3f1 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10415351-L71400000961983299 into udc-release. COASTGUARD_SKIP: I5701a96daeea414c6eb38c5ad8c4a49de31709c6 Change-Id: I1ebc6fac4a662c1c504741d25afa88c4f35d8031
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.