commit | a9b2a3adf32009bfa1f24660c9c36d01e80a8a24 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Mar 07 19:00:49 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Mar 07 19:00:49 2023 +0000 |
tree | 0ee222f9f61e2ac2a1a58656854e5ad3e9ce3cef | |
parent | 0342f3997c4f6d51f1b1f48e1b6e01d392138557 [diff] | |
parent | 71ae13c736491d681f87682c88b545b6da8145a5 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9662652-L34400000958984256 into tm-qpr2-release. COASTGUARD_SKIP: Ibe6d01949102aed6287b037e245515ed06606165 Change-Id: I54c0a108e80dce818c02aad718c456a71a60fe76
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.