commit | 318dafeca05d43249bd48f14a1da6b17907adf26 | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Thu Mar 07 17:08:05 2024 -0800 |
committer | LaMont Jones <lamontjones@google.com> | Fri Mar 08 12:02:15 2024 -0800 |
tree | f3331ad9c04ab537542c5878f2fdd16717b5b74f | |
parent | b8fef6528e08833c8671fa6ea3e483bfe8e0de72 [diff] |
Look for release_config_map.mk in more projects This allows us to split up build/release for better clarity. Bug: b/328495189 Test: manual Change-Id: If810780de164b74c3e3ebc35260384843de2c084
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.