commit | 0b6685362a14881d85f6ea2520891f84a47f8e21 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Apr 05 21:18:53 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Apr 05 21:18:53 2023 +0000 |
tree | 31d858cb773f7578301e846f4d4cbdb337dba969 | |
parent | a801090d7da3ded7334d1585a42bfe95f0efeac4 [diff] | |
parent | 01e9058c1a6a05418e2892e38b900ee28b609baf [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9881399-L74500000959673443 into qt-aml-tzdata-release. COASTGUARD_SKIP: I041a5a786b0019efc5f7c35131f8f1bc05444595 Change-Id: I9710396b2560ffb40114be768d2a9688aac51f38
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.