commit | 060bd02308e15a6133a23c9eda68c602c4592507 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Apr 25 16:15:47 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Apr 25 16:15:47 2023 +0000 |
tree | 0d2cf8448ec637e97694cc91f10e03c20df10ece | |
parent | fc893fadc0089edd550e7224543f0f6ba8777c58 [diff] | |
parent | 6c2512c526b630e53f4819aa41c26e5c505e8031 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9991837-L20000000960186230 into tm-qpr3-release. COASTGUARD_SKIP: I6f9c8f7266e042bfa7d5293b8f7f1f46a82206ac Change-Id: Id8e08188b59e1488120b8658ce9b5a4e5e50b6ae
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.