From 5a7aa6ccd2347f2530d73fa2646648271c344c76 Mon Sep 17 00:00:00 2001 From: kensun Date: Mon, 5 Dec 2022 12:21:29 +0000 Subject: [PATCH] wifi: Move PixelWifiOverlay2023 PixelWifiOverlay2023 was originally added in device-XXX.mk file, and lead to overlay parsing failure on aosp/factory build. Referring to other existing Pixel projects, move PixelWifiOverlay2023 to product.mk files. Bug: 260594276 Test: Overlay can be read correctly. Change-Id: I739504ee9ded6f232e438ce5830ca168ed1f4675 --- device-ripcurrent.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/device-ripcurrent.mk b/device-ripcurrent.mk index e13155a..dbbd84a 100644 --- a/device-ripcurrent.mk +++ b/device-ripcurrent.mk @@ -186,8 +186,7 @@ PRODUCT_SOONG_NAMESPACES += \ # WiFi Overlay PRODUCT_PACKAGES += \ - WifiOverlay2023 \ - PixelWifiOverlay2023 + WifiOverlay2023 # Trusty liboemcrypto.so PRODUCT_SOONG_NAMESPACES += vendor/google_devices/shusky/prebuilts