commit | 604acb10c5e354aa7754c039c503f037ce3d139e | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Feb 26 22:00:53 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Feb 26 22:59:47 2023 +0000 |
tree | 6f5950e26ee2ac7b534e4c59d5c1f10c60fa2829 | |
parent | 3127fda1c6c75a131496e2cd97faed6174bd72d8 [diff] | |
parent | 0f85faa6722276d95021f53413cfccb0b0cb6b93 [diff] |
Make change and version bump to TQ3A.230227.001 Snap for 9658320 from 0f85faa6722276d95021f53413cfccb0b0cb6b93 to tm-qpr3-release Change-Id: I563ac1356dce3e1a3a057cdfd7a8b2abc56d4622
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.