commit | 4eaa5d6aa62bfb2c697961c6564b6b908d13d904 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 25 23:01:20 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 25 23:01:20 2023 +0000 |
tree | 197cc441c2d99b1344367e9dc119e79d6f33386a | |
parent | ca8fe47fab2c9decf224c9a7c4c70309884cc34d [diff] | |
parent | aec6ac42f94d860d749b28caff74d6f7911bc9da [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10204971-L19600000960914226 into tm-qpr3-release. COASTGUARD_SKIP: I5042629af3bcce0a6da9180ca2a7de6226937567 Change-Id: Ib6f6743344953ca3aea9340b7f6121f1abb5d4c5
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.