commit | a21a3db5a144139e8d884e1ac10a07168609986a | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Aug 23 23:45:24 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Aug 23 23:45:24 2023 +0000 |
tree | 94b7ae1accaa21f26cbde02ccf3ecd445e0a917f | |
parent | 5d96c39bf703b765b59b8a05a61223fb27e295f3 [diff] | |
parent | a3c454ccb577724a365c43549afe52d1d05098c5 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10705648-L70200000962736881 into udc-release. COASTGUARD_SKIP: I1fa4d74b82c535d04c1e0cc0c7c627da93d063c5 Change-Id: I3f1ec0c82262447e0f0ea43e29bbb9d11017bad4
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.