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
18 lines
597 B
Text
18 lines
597 B
Text
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "//device/google/tangorpro:device_google_tangorpro_license""
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: [
|
|
"//device/google/tangorpro:device_google_tangorpro_license",
|
|
],
|
|
}
|
|
|
|
runtime_resource_overlay {
|
|
name: "WifiOverlayT6pro",
|
|
theme: "WifiOverlayT6pro",
|
|
certificate: "platform",
|
|
sdk_version: "current",
|
|
product_specific: true
|
|
}
|