commit | 0d0741acebf4d3775eb5f0085d34564e6deac388 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Feb 28 00:29:09 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Feb 28 00:29:09 2023 +0000 |
tree | 0ee222f9f61e2ac2a1a58656854e5ad3e9ce3cef | |
parent | e5b3e8763aaf6731abc22786f45a220ed7bb679a [diff] | |
parent | 5d25866a1ff49c97bc28783a36a21be411af0512 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9662652-L75600000958834478 into tm-qpr2-release. COASTGUARD_SKIP: Ic15cd2ee23b54a5d479eab1538936142be08327c Change-Id: I4901494d29f52f2ff4b1d72262178381cd53430d
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.