commit | 3a2ff8e27ec0bed13002a4a9ae568a636f5ea010 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Nov 21 15:20:49 2023 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Nov 29 10:18:52 2023 -0800 |
tree | b0c85b2bd790e219b59be8a3b683f5e6a54dfec7 | |
parent | 1f61e734d642c292f75b995794bfb22437b9a240 [diff] |
Use files written by Soong Soong now writes transitive resource packages and combined proguard flags files to files instead of passing them as a list to Make, so Make no longer needs to write them to files. Bug: 309006256 Test: m checkbuild Change-Id: I3ff78047f417f8578063f9c7a97ef4c65ba33af3
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.