commit | f3b37bc9c9291ad0de40d9c3357059e835732272 | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Wed Nov 20 08:55:46 2024 +0000 |
committer | Nelson Li <nelsonli@google.com> | Wed Nov 20 08:55:46 2024 +0000 |
tree | 7d5326859388ead10077690cbec2ccd6b29b8c88 | |
parent | ff26bd34701ebd5ce64062aeb1be4634c5aa1c0c [diff] |
Add TARGET_RECOVERY_UI_LIB to soong_config_variable In Android's BoardConfig, `TARGET_RECOVERY_UI_LIB` is a variable used to specify the Recovery UI library used by the device in Recovery mode. This `TARGET_RECOVERY_UI_LIB` is used by `librecovery_ui_ext`. To convert `librecovery_ui_ext` to Android.bp, this variable needs to be added to soong_config_variable for Soong to use. Bug: 339143524 Test: m -j librecovery_ui_ext Change-Id: I2cf01034f02e783e6bff8ce6135b9f7d1a3c62c9
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.