commit | 3596eccfe436e1d4df9fd75f1955908f72df8307 | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Wed Nov 27 07:50:02 2024 +0000 |
committer | Nelson Li <nelsonli@google.com> | Thu Nov 28 06:03:44 2024 +0000 |
tree | 649e31ad724a0123f9a223a4b2d9d6bcacbe4d8a | |
parent | fafb83af129f5c992754884f25d5e8408385a169 [diff] |
Set `TARGET_RECOVERY_UI_LIB` as a Soong config string list `TARGET_RECOVERY_UI_LIB` should be set as a string list using `soong_config_set_string_list`, not as a string, because it usually specifies multiple libraries. Bug: 375341427 Test: m -j librecovery_ui_ext Change-Id: I90f6d6e4d591f401ccac7a23100a5b2e1a5db639
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.