commit | e3335980d09f38a718e59f45e96e3e0d6ccaed74 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Mar 26 23:00:39 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Mar 26 23:59:18 2023 +0000 |
tree | 18b3b92100b9578ee685e122124da78e762bce45 | |
parent | 646315a02199c713ebabfe89007f97695bd76927 [diff] | |
parent | de0873f77baf52e01aa64a06133742ed95dfa677 [diff] |
Make change and version bump to TQ3A.230327.001 Snap for 9824456 from de0873f77baf52e01aa64a06133742ed95dfa677 to tm-qpr3-release Change-Id: I5c7d3bf6a36b526e37a17f93a910c6d6da18e111
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.