commit | 776f136d66ee9898dad708354699c356e8a149f6 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Mar 28 23:00:39 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Mar 29 00:05:59 2023 +0000 |
tree | 1b199b7a77088b0892589726f044a8d03d738657 | |
parent | 3ec93c776d2d99c4aaee3a5898d65d9333686bcb [diff] | |
parent | 1658acefc6fa3a8ecf5b5afeb273f0e113f3e984 [diff] |
Make change and version bump to TQ3A.230329.001 Snap for 9839085 from 1658acefc6fa3a8ecf5b5afeb273f0e113f3e984 to tm-qpr3-release Change-Id: If9c3022077c2a2c57a0fd11678df7bbba1ec4093
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.