Integrate wifi configuraions for tangorpro
1. Load synadhd.ko dhd module 2. Add tangorpro wifi overlay 3. Turn off mobile data by default 4. Isolate tangorpro configurations for customization. Bug: 228285237 Test: 1. build pass 2. check wifi overlay name 3. check tangorpro use syna hal in build log Change-Id: If775f3bd17f65830fe3c7ec0a9b6474b3ac7a1c8
This commit is contained in:
parent
8240e9ebf1
commit
b9b19efd5a
10 changed files with 225 additions and 372 deletions
|
@ -29,6 +29,10 @@ include hardware/google/pixel/vibrator/cs40l26/device.mk
|
|||
$(call soong_config_set,lyric,tuning_product,cloudripper)
|
||||
$(call soong_config_set,google3a_config,target_device,cloudripper)
|
||||
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/tangorpro/tangorpro/overlay
|
||||
PRODUCT_SOONG_NAMESPACES += device/google/tangorpro
|
||||
PRODUCT_PACKAGES += WifiOverlayT6pro
|
||||
|
||||
# Init files
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/tangorpro/conf/init.tangorpro.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.tangorpro.rc
|
||||
|
@ -145,7 +149,3 @@ endif
|
|||
# DCK properties based on target
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.gms.dck.eligible_wcc=2
|
||||
|
||||
# WIFI COEX
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/tangorpro/wifi/coex_table.xml:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/coex_table.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue