Since the behaviors of Wifi/LTE coex avoidance for GPS L1 between C10 and P10 are difference, we need two independent overlay for C10 and P10. For ravenclaw and cloudripper, they follow the overlay of C10 since they are only for developing purpose. Bug: 228415213 Test: Overlay config can be read correctly. Change-Id: I4323682686d8f83b584f2a56f01ebe8ea831cb43
18 lines
590 B
Text
18 lines
590 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/pantah:device_google_pantah_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: [
|
|
"//device/google/pantah:device_google_pantah_license",
|
|
],
|
|
}
|
|
|
|
runtime_resource_overlay {
|
|
name: "WifiOverlay2022_P10",
|
|
theme: "WifiOverlay2022_P10",
|
|
certificate: "platform",
|
|
sdk_version: "current",
|
|
product_specific: true
|
|
}
|