commit | 3a3dd40189c5b69c191f7d08e60d1264fcf456a7 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jun 14 02:51:53 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jun 14 02:51:53 2023 +0000 |
tree | 8b79605e70f75136b5835fc4f4f899f4cf584093 | |
parent | 98698979803ed323ce2a7e620116fe49c2613b1f [diff] | |
parent | 0c578fb63db1acb814bb3115a61207836c7b48c2 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10316531-L99500000961260703 into tm-qpr3-release. COASTGUARD_SKIP: I44c847df117718e720358e22ffff4e7ea2e69c39 Change-Id: I6fb16c0647dbf4020bbe66294dcf9d8ff8c91f1b
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.