commit | 310d5a7d078db5be51034f04aca4fa04f0d39d9a | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Mar 13 23:00:45 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Mar 14 00:00:21 2023 +0000 |
tree | f07d1743e392bd7e440f29a7e8f9da360083a5f7 | |
parent | a7ee9df00dee750007fb0b236b6e403636982621 [diff] | |
parent | ba7be1ebcad2cef7bf64ccd2e19649c39b1c2bad [diff] |
Make change and version bump to TQ3A.230314.001 Snap for 9736625 from ba7be1ebcad2cef7bf64ccd2e19649c39b1c2bad to tm-qpr3-release Change-Id: I98bc60bfc47ffdfecba17c9a83d7f556ad0641c3
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.