commit | 00e31d27773ad88f440f8086ea09926022a96868 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Nov 23 00:41:53 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Nov 23 00:41:53 2024 +0000 |
tree | 1fa47cadf10ca977630d6b18dfce4e1da9385cef | |
parent | dd5da7b9beeaa6e160c71b17a41a06d7e537d29c [diff] | |
parent | 8c3eec3525533a13c5d6b5021eb9878e64c4d8ed [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-12701944-L57500030007960221 into 24Q4-release. COASTGUARD_SKIP: I2959ed13961bbc5b09444a8442bf0f32c706ea61 Change-Id: Ic52287f868e476743f3cf66b4119ffb46e5bcaee
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.