commit | 1dfac8a6eb37a90283bef53088f808b0be6b35b4 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Aug 13 01:44:11 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Aug 13 01:44:11 2024 +0000 |
tree | 2e88c66f030e5633f6d6248123c9dcdccc846d61 | |
parent | 941181f3a2459794e037d767d506c4de4a0c4895 [diff] | |
parent | 27fcaf29314cd9b9b0b2a8a452531c1dc28eaae4 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-12212461-L77300030005792908 into 24Q3-release. COASTGUARD_SKIP: I19d09268ffdffb471a347167c887316cd64f3ca6 Change-Id: I4e9bb16a0f3ee6ada04586590ed842ab7599097a
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.