device_google_shusky/husky/rro_overlays/UwbOverlay/Android.bp
Shreshta Manu cc637a3044 [UWB] Add a new runtime overlay for husky on GSI
Bug: 384550358
Test: ABTD
Flag: EXEMPT minor bug fix
Change-Id: Ia20be9828927047f8a77376551789f0aa13239a6
2025-01-14 18:45:54 +00:00

26 lines
742 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/shusky:device_google_shusky_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: [
"//device/google/shusky:device_google_shusky_license",
],
}
runtime_resource_overlay {
name: "UwbOverlayHK3",
theme: "UwbOverlayHK3",
certificate: "platform",
sdk_version: "current",
product_specific: true,
}
runtime_resource_overlay {
name: "UwbOverlayHK3Gsi",
theme: "UwbOverlayHK3",
certificate: "platform",
sdk_version: "current",
vendor: true,
}