commit | b0a35c98fddbe60fbee35792566dec6e3f15e2c3 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jan 17 20:20:30 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jan 17 20:21:33 2023 +0000 |
tree | fa8b58b4a8ec995b25c217931bc2d65abab335b4 | |
parent | c6a1548da94c7fbc252d949a2a8035b67662e434 [diff] | |
parent | d7834084dd023d0bd6489415e0e14be410accc02 [diff] |
Make change and version bump to TQ2A.230305.001 Merge cherrypicks of ['ag/20984664'] into tm-qpr2-release. Change-Id: I2807ebe0b2cfad46f65d587ab520b225726c40ac
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.