Currently, both L10 and F10 use PixelWifiOverlay2023_midyear. Since L10 and F10 use different WLAN solution, we need two independent overlay. L10 uses PixelWifiOverlay2023_midyear F10 uses PixelWifiOverlay2023_midyear_F10 Bug: 228563770 Test: Overlay can be read correctly. Change-Id: I51fff83a27366d281987d61b54150459e802fca5
18 lines
592 B
Text
18 lines
592 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/felix:device_google_felix_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: [
|
|
"//device/google/felix:device_google_felix_license",
|
|
],
|
|
}
|
|
|
|
runtime_resource_overlay {
|
|
name: "WifiOverlay2023Mid_F10",
|
|
theme: "WifiOverlay2023Mid_F10",
|
|
certificate: "platform",
|
|
sdk_version: "current",
|
|
product_specific: true
|
|
}
|