commit | 308f3874d3dad067dba1e2ce9570d32b3394d37f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Feb 17 01:45:57 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Feb 17 01:45:57 2023 +0000 |
tree | 03e5edf92514821508bd4ee890a01c4ee9d3e15b | |
parent | 8242b9da529f1b5a40f822f2fedb69bf832f17bf [diff] | |
parent | 4b38abd72715beccb7ec017d852aeff4e3dd9425 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9595452-L55900000958663479 into tm-qpr2-release. COASTGUARD_SKIP: I5d729ec0416e3fa2e6e4105bfd4e2a66501cf58f Change-Id: I472ba45be3c1751462f13b349cc47e8714f81751
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.