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:
normanwhl 2022-05-16 15:59:25 +00:00
parent 8240e9ebf1
commit b9b19efd5a
10 changed files with 225 additions and 372 deletions

View file

@ -23,4 +23,4 @@ BOARD_KERNEL_CMDLINE += swiotlb=noforce
include device/google/gs201/BoardConfig-common.mk
-include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk
include device/google/tangorpro-sepolicy/tangorpro-sepolicy.mk
include device/google/gs201/wifi/qcom/BoardConfig-wifi.mk
include device/google/tangorpro/wifi/BoardConfig-wifi.mk

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2022, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- This device does not allow mobile data. -->
<bool name="config_mobile_data_capable">false</bool>
</resources>