wifi: Isolate wifi configurations for customization.

add gs101/wifi/BoardConfig-wifi.mk.

Bug: 208159314
Test: ifconfig after attempting STA+SAP concurrency.
Change-Id: I5f1d52c36da220361aff2840596c9fb95fc40719
This commit is contained in:
kensun 2021-12-09 07:28:09 +00:00 committed by TreeHugger Robot
parent b803358d00
commit 19f4c0e2ad
4 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,7 @@ else
USES_DEVICE_GOOGLE_RAVIOLE := true
include device/google/gs101/BoardConfig-common.mk
include device/google/gs101/wifi/BoardConfig-wifi.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
-include vendor/google_devices/oriole/proprietary/BoardConfigVendor.mk
endif

View file

@ -23,6 +23,7 @@ else
USES_DEVICE_GOOGLE_RAVIOLE := true
include device/google/gs101/BoardConfig-common.mk
include device/google/gs101/wifi/BoardConfig-wifi.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
-include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk
endif

View file

@ -21,4 +21,5 @@ USES_DEVICE_GOOGLE_RAVIOLE := true
BOARD_BOOTCONFIG += androidboot.selinux=permissive
include device/google/gs101/BoardConfig-common.mk
include device/google/gs101/wifi/BoardConfig-wifi.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk

View file

@ -21,4 +21,5 @@ USES_DEVICE_GOOGLE_RAVIOLE := true
BOARD_BOOTCONFIG += androidboot.selinux=permissive
include device/google/gs101/BoardConfig-common.mk
include device/google/gs101/wifi/BoardConfig-wifi.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk