commit | ed8ea7c8216265d8ddea7364b939abb8a55a3fa9 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed May 31 13:37:32 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed May 31 13:37:32 2023 +0000 |
tree | dc20950c3059613328363a2bfe40d4af500c621e | |
parent | a5b67eb43a0762e312eb40e88d67f9c68d8707d5 [diff] | |
parent | 5ff5e34dfe919cee9691a5ecaf3b13733afb95c1 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10217051-L92600000960987363 into tm-qpr3-release. COASTGUARD_SKIP: I972e0bbc1898b94514102053c7d498c9744c3d8b Change-Id: Ide0556f3986676e6c5232c6a19aada500d9d3fb8
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.