commit | f63ed042abce7f166c2af3f895ea706dd87c0925 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Mar 11 22:00:52 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Mar 11 23:01:50 2023 +0000 |
tree | 882362a8450baa93235aad514c000aa81b3def03 | |
parent | 5e8a637c5c1c37bb20e597f996a07073523121c0 [diff] | |
parent | ba7be1ebcad2cef7bf64ccd2e19649c39b1c2bad [diff] |
Make change and version bump to TQ3A.230312.001 Snap for 9730367 from ba7be1ebcad2cef7bf64ccd2e19649c39b1c2bad to tm-qpr3-release Change-Id: I01c308ed9fc741da8b00fc60f07225e91e6967ab
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.