Change TARGET_RECOVERY_UI_LIB to use fully qualified names in zumapro
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: I4b585c0b73366ba5e1f8c6461ed3ed62547af7b7 Change-Id: I4b585c0b73366ba5e1f8c6461ed3ed62547af7b7
This commit is contained in:
parent
7b57770786
commit
312ec7ca37
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ TARGET_RECOVERY_FSTAB_GENRULE := gen_fstab.zumapro-sw-encrypt
|
||||||
TARGET_RECOVERY_PIXEL_FORMAT := ABGR_8888
|
TARGET_RECOVERY_PIXEL_FORMAT := ABGR_8888
|
||||||
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165
|
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165
|
||||||
TARGET_RECOVERY_UI_LIB := \
|
TARGET_RECOVERY_UI_LIB := \
|
||||||
librecovery_ui_pixel \
|
//hardware/google/pixel/recovery:librecovery_ui_pixel \
|
||||||
libfstab
|
libfstab
|
||||||
|
|
||||||
AB_OTA_UPDATER := true
|
AB_OTA_UPDATER := true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue