commit | 2d05340a25680b543fc6fcaa5f68aea59126188d | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Mar 13 04:36:14 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Mar 13 04:37:25 2024 +0000 |
tree | 721a0812ecc2013e959433ec9aae2ab175de0220 | |
parent | fd48fdaa3d721d283bfe53cfa7cec7d4b02c5972 [diff] | |
parent | a82882fbcf9bf90f1b16442a80cca6e9f0225800 [diff] |
Make change and version bump to UD2A.231203.054.S2 Merge cherrypicks of ['googleplex-android-review.googlesource.com/26335054'] into sparse-11502358-L91100030002461305. SPARSE_CHANGE: I059e279760e2ae5eda274e90296a1bd43b38f50f Change-Id: I334666214b02edf2c33e20c3110fbaae29e1bb82
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.