Wifi: Add WifiOverlay2023Mid for WiFi Overlay
bug: 228936063 Test: Overlay config can be read correctly Change-Id: I2b7b5d86fa2fc538d59e9360c72664e87bc87fd6
This commit is contained in:
parent
21d660f9d1
commit
6b72107d5f
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/lynx/wifi/coex_table.xml:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/coex_table.xml
|
device/google/lynx/wifi/coex_table.xml:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/coex_table.xml
|
||||||
|
|
||||||
|
# WiFi Overlay
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
WifiOverlay2023Mid
|
||||||
|
|
||||||
# Set zram size
|
# Set zram size
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
vendor.zram.size=3g
|
vendor.zram.size=3g
|
||||||
|
|
Loading…
Reference in a new issue