commit | 6ff41107ddb63aac1c2153480c6bdfcd8ffb8f35 | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Thu Oct 12 20:36:41 2023 -0700 |
committer | Yu Liu <yudiliu@google.com> | Thu Oct 12 20:36:41 2023 -0700 |
tree | 9287183beb9539eb511be677be47693eb72919fe | |
parent | fe455d1c0c193622013518c02f6c1ff427538bfe [diff] |
Handle the case where the release value set is a list. Bug: 304814040 Test: CI, unit test, b build build/make/tools/aconfig:aconfig.test.cpp b test build/make/tools/aconfig:AconfigJavaHostTest Change-Id: Ie9063a6c0bd08f96e0593bad8cb731d826b25fea
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.