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
This commit is contained in:
parent
d63e841415
commit
5a7aa6ccd2
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue