From 72652908ce0ad5c5eda0ac75123ea47e9450ba70 Mon Sep 17 00:00:00 2001 From: Isaac Chiou Date: Fri, 29 Apr 2022 15:57:26 +0800 Subject: [PATCH] Remove PixelWifiOverlay2022 from factory build With PixelWifiOverlay2022 in factory build, the overlays can be loaded properly. Remove PixelWifiOverlay2022 and only add for normal build. Test: overlays can be read properly in both normal and factory build Bug: 228415213 Change-Id: I1ac9d8c020c6030e8a6f9759ae761e342adc956f --- device-cheetah.mk | 3 +-- device-panther.mk | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 8f9ef56..01439b0 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -194,8 +194,7 @@ endif # WiFi Overlay PRODUCT_PACKAGES += \ - WifiOverlay2022_C10 \ - PixelWifiOverlay2022_C10 + WifiOverlay2022_C10 PRODUCT_SOONG_NAMESPACES += device/google/pantah/cheetah/ diff --git a/device-panther.mk b/device-panther.mk index ae0d1b5..0ec7270 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -183,8 +183,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.ignore_hdr_camera_layer # WiFi Overlay PRODUCT_PACKAGES += \ - WifiOverlay2022_P10 \ - PixelWifiOverlay2022_P10 + WifiOverlay2022_P10 PRODUCT_SOONG_NAMESPACES += device/google/pantah/panther/