From 59a18c530419492649a33ce6563864e21f8ef7cb Mon Sep 17 00:00:00 2001 From: Nelson Li Date: Thu, 5 Dec 2024 03:46:51 +0000 Subject: [PATCH 1/2] Change TARGET_RECOVERY_UI_LIB to use fully qualified names in sunfish 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: I82a1410342b13a66a21d49f400977b73fae1b744 --- BoardConfig-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 4ed613a8..28130f34 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -90,7 +90,7 @@ TARGET_RECOVERY_WIPE := device/google/sunfish/recovery.wipe TARGET_RECOVERY_FSTAB := device/google/sunfish/fstab.hardware TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888 TARGET_RECOVERY_UI_LIB := \ - librecovery_ui_pixel \ + //hardware/google/pixel/recovery:librecovery_ui_pixel libfstab # Enable chain partition for system. From a6face6f3b1e70ebda646316de1ad3f8dfe1204a Mon Sep 17 00:00:00 2001 From: Owner Cleanup Bot Date: Thu, 27 Feb 2025 17:08:40 -0800 Subject: [PATCH 2/2] [owners] Remove etancohen@google.com from rro_overlays/WifiOverlay/OWNERS This suggested change is automatically generated based on group memberships and affiliations. Please approve this change and vote the highest CR. This will keep the OWNERs file tidy. We ask that you do not ignore this change and approve it unless you know a reason the OWNER should remain. It can always be reverted if needed. If this change is in error, vote the lowest CR value (i.e. reject the CL) and the bot will abandon it. See the owner's recent review activity for context: https://android-review.googlesource.com/q/etancohen@google.com To report an issue, file a bug in the Infra>Codereview component. Change-Id: Iabf7e1cf8ac7672c42d55f2f892bb3ca7adb6749 --- rro_overlays/WifiOverlay/OWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/rro_overlays/WifiOverlay/OWNERS b/rro_overlays/WifiOverlay/OWNERS index cd92d6fa..50d33626 100644 --- a/rro_overlays/WifiOverlay/OWNERS +++ b/rro_overlays/WifiOverlay/OWNERS @@ -1,5 +1,4 @@ # People who can approve changes for submission -etancohen@google.com arabawy@google.com kumachang@google.com satk@google.com