Needed to emit SE_STATE_CHANGED from Thales updater code to clients when eOS or applets are being updated. Current clients are GMSCore and UWB Service. Bug: 189881206 Bug: 183606657 Test: Confirm overlay worked and intents were received. Change-Id: Ia1106d6fad20797e72c49cfc1f790289d0da0963
18 lines
596 B
Text
18 lines
596 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: "EuiccSupportPixelOverlay",
|
|
theme: "EuiccSupportPixelOverlay",
|
|
certificate: "platform",
|
|
sdk_version: "current",
|
|
product_specific: true
|
|
}
|