New Overlay (PixelWifiOverlay2021) was definded for 2021 projects. Hence, remove PixelWifiOverlayGs101. Bug: 182766776 Test: overlay config can be read correctly. Change-Id: I6c020b7a3ff507eccb3309b3eac64f6a61a59e32
18 lines
570 B
Text
18 lines
570 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/gs101:device_google_gs101_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: [
|
|
"//device/google/gs101:device_google_gs101_license",
|
|
],
|
|
}
|
|
|
|
runtime_resource_overlay {
|
|
name: "WifiOverlay",
|
|
theme: "WifiOverlay",
|
|
certificate: "platform",
|
|
sdk_version: "current",
|
|
product_specific: true
|
|
}
|