commit | 04ae267b0997209b5112771b1df634a8860fa268 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Oct 02 18:17:12 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Oct 02 18:17:28 2024 +0000 |
tree | 74b5971834f5bec1ce3802a4aaea85bc96bbb7de | |
parent | 32a7ed576994b4138e4590376acf410c9bb40827 [diff] | |
parent | f0601c094ab801a148891d30f2fbeb33deb15094 [diff] |
Make change and version bump to AP3A.241105.005 Merge cherrypicks of ['googleplex-android-review.googlesource.com/29668910'] into 24Q3-release. Change-Id: I558f0e74c2c734bc2dc8c90379cb195677f824d9
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.