[go: up one dir, main page]

Change TARGET_RECOVERY_UI_LIB to use fully qualified names in redbull

Since the TARGET_RECOVERY_UI_LIB for each device is not exactly the
same, and most of the modules in it contain `soong_namespace{}` to
avoid conflicts between different devices, after converting
`librecovery_ui_ext` from Android.mk to Android.bp, it needs to be
changed to a `fully qualified name` in order to correctly use the
corresponding module.

Flag: EXEMPT refactor

Bug: 339143524
Test: m -j librecovery_ui_ext
Change-Id: Iee116ad6d0efe7fcc321ec9ecec49224b5ba19e2
1 file changed