commit | 92c3841a5a8af4b6d5b898012db2bf56c276a296 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Aug 12 00:33:04 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Aug 12 00:33:04 2023 +0000 |
tree | a79881d2c2f30de74c07fc8086b0619eee810205 | |
parent | 9821108a6d50d65151f4085f84ba1b62d3cafae4 [diff] | |
parent | 136c63662190b28c56b06f23b5901b0e67f241fe [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10644925-L16700000962543246 into udc-release. COASTGUARD_SKIP: I3305aab4e9671ac94ba5557a3fbe1c0ca86bec5a Change-Id: I714f4ec63f6a05e58165b15d12b18c158e8a9f86
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.