commit | 17a0afb662a775428a10fdc0f313b2637112187b | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Nov 29 18:47:56 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Nov 29 18:47:56 2022 +0000 |
tree | 403c87d58a727e10df6aebfb58a2bffa96463338 | |
parent | 8b5de36aadb3d8805f1eff16dfd399a7557e8015 [diff] | |
parent | d473e5e3bc19fa3452ab42745511d030472c5029 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9321836-L14900000957549843 into tm-qpr2-release. Change-Id: I0516be486d9075e387319b0f92f230430c820b13
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.