commit | 3b9971a159c1f6a738d1efb7485f1b14c34e3cf4 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed May 22 15:21:55 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed May 22 15:21:55 2024 +0000 |
tree | 69fd56d1866c6d7ccfd4a126b499f003a2a85e67 | |
parent | 73b7968246b97ccb3f74f9a034ff7549e20f14fe [diff] | |
parent | 91d287371d5e283a94b7f637e6eeb372ff73be71 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-11866816-L92800030003936314 into 24Q2-release. COASTGUARD_SKIP: I3d6a1910c52bff0bb8de861d2ed01d97dc478a14 Change-Id: I98e4c5ae81522e19aeffd11c382225c1cf4ed91a
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.