commit | 2ceba95cdcdfce0ccc1fce108a72f8a57d570722 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Aug 06 22:58:24 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Aug 06 22:58:24 2023 +0000 |
tree | 57d6be3b2ce439e040a9997fb6971c42dc1832c1 | |
parent | 8132d340bf6d8f10978c13490156afe5ad2fdf49 [diff] | |
parent | 9a1955d60c347b1f69b3916fad1d9935bf782f71 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10616066-L90100000962413158 into udc-release. COASTGUARD_SKIP: Ibd6237f00a31215b0f2a2555e9e5d800aaaa9a25 Change-Id: Id2e2ed0b8e4aa4686dec865db7c52337d9ea2c3e
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.