commit | eacc292ce8097d1cde9bb201604089b9184180a5 | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Thu Nov 02 15:41:08 2023 +0000 |
committer | LaMont Jones <lamontjones@google.com> | Thu Nov 02 15:56:10 2023 +0000 |
tree | 0df40abdb66b2d799c659dcca0f843380342bf00 | |
parent | df398d19d44f53452fd72dd68d6fd4de84af31f0 [diff] |
Reapply "release_config: build flags can be lists" Allow a build flag definition to indicate that its value should be the concatentation of assignements, rather than the final assigned value. In this case, the "default" value from the flag definition is always present as the start of the list. The initial use case for this is RELEASE_ACONFIG_VALUE_SETS, where we need apply multiple definition files that should be processed to arrive at the final value. This reverts commit b05eaac092155d918260f7dd703e3b4fefa95027. Bug: b/302593603, b/304814040 Test: manual Change-Id: I7370c509ceb3952f7feb2351673d8f2ba86d704b
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.