commit | 6d03257d75aa44905c610d518f2affb784ac3b7d | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Aug 12 00:48:10 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Aug 12 00:48:10 2023 +0000 |
tree | a79881d2c2f30de74c07fc8086b0619eee810205 | |
parent | 92c3841a5a8af4b6d5b898012db2bf56c276a296 [diff] | |
parent | 9f11d14108d9b7d28d572763e5799eac048ec2f0 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10644925-L98600000962542387 into udc-release. COASTGUARD_SKIP: I7441d3aaf0bb3659fb9d6819d80d8733b6dc6b8d Change-Id: I87adbb75797eb29b46db57d81a93ba66f80d6b7a
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.