commit | aca19c7054967376899673062179c3b71985b97f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Mar 15 23:00:32 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Mar 16 00:00:05 2023 +0000 |
tree | dbf1fd17e1f112f9e7fcc83de739345a7eb57a8f | |
parent | 7e226b06d465dbe4dc062f7847b5284e3d1ffc84 [diff] | |
parent | ff3bc8bedf8f7630c23b50cd89beaca4a8c75aae [diff] |
Make change and version bump to TQ3A.230316.001 Snap for 9752887 from ff3bc8bedf8f7630c23b50cd89beaca4a8c75aae to tm-qpr3-release Change-Id: Iea55e0fc31f92d833c0140cae6c07e5cf5d097b5
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.