From 2620d19ec0aba77824b3f396f154ec8e8a568c0d Mon Sep 17 00:00:00 2001 From: Nelson Li Date: Wed, 27 Nov 2024 06:27:58 +0000 Subject: [PATCH] Change TARGET_RECOVERY_UI_LIB to use fully qualified names in zuma 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 Merged-In: I2912cbc905ff0ee716c293021c29061e3b6d3dca Change-Id: I2912cbc905ff0ee716c293021c29061e3b6d3dca --- BoardConfig-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 63c1317d..3d550c02 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -64,7 +64,7 @@ TARGET_RECOVERY_FSTAB_GENRULE := gen_fstab.zuma-sw-encrypt TARGET_RECOVERY_PIXEL_FORMAT := ABGR_8888 TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165 TARGET_RECOVERY_UI_LIB := \ - librecovery_ui_pixel \ + //hardware/google/pixel/recovery:librecovery_ui_pixel \ libfstab AB_OTA_UPDATER := true