commit | d205bf76cb7a21bfe313eb9c1e9141437152324d | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Apr 26 02:41:18 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Apr 26 02:41:18 2023 +0000 |
tree | 0d2cf8448ec637e97694cc91f10e03c20df10ece | |
parent | 060bd02308e15a6133a23c9eda68c602c4592507 [diff] | |
parent | c233bbf9bf4a1d6cd1748c62ced1771e03c45ef6 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9991837-L83700000960209120 into tm-qpr3-release. COASTGUARD_SKIP: I166c1d0c64fd66ab0affefe6c5678f4f520c2b4f Change-Id: I68ef07171b06e8a8215516b055d8dce7215b5eb9
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.