commit | 98698979803ed323ce2a7e620116fe49c2613b1f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jun 14 02:21:15 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jun 14 02:21:15 2023 +0000 |
tree | 8b79605e70f75136b5835fc4f4f899f4cf584093 | |
parent | c2eaeed92dca2a1b6215f368f09cfb8a3f235f7d [diff] | |
parent | bb69b37e5357e64f65e303c603f6e2277d9fcd69 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10316531-L15400000961262887 into tm-qpr3-release. COASTGUARD_SKIP: I6c867ce953f0d343d51d3d9177814022f6618485 Change-Id: I2f4125f8090b94e270518a72348e675b08962330
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.