commit | 5588a88969527c92186b54935d225ef94f90140d | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Nov 23 18:55:49 2021 -0800 |
committer | Cole Faust <colefaust@google.com> | Tue Nov 23 19:04:11 2021 -0800 |
tree | b093e50e90e44cb623dacb912ad16ed5b30038e6 | |
parent | 4228f8f7a3d9c6bf75b784ae524f4ff28d76712b [diff] |
Change type of TARGET_BUILD_APPS from bool to list TARGET_BUILD_APPS is supposed to be a list of apps to build, so having it be a bool was incorrect. Change it to properly reflect what it is, because the starlark product configuration relies on soong's interpretation of variables types. Bug: 201700692 Test: Presubmits Change-Id: I00109b57abbcda86077f0465f982f54b4a77a7f0
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.