[UWB] Add a new runtime overlay for husky on GSI
Bug: 384550358 Test: ABTD Flag: EXEMPT minor bug fix Change-Id: Ia20be9828927047f8a77376551789f0aa13239a6
This commit is contained in:
parent
217fbeb15a
commit
cc637a3044
2 changed files with 10 additions and 1 deletions
|
@ -304,6 +304,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
# WiFi Overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
UwbOverlayHK3 \
|
||||
UwbOverlayHK3Gsi \
|
||||
WifiOverlay2023 \
|
||||
PixelWifiOverlay2023
|
||||
|
||||
|
|
|
@ -14,5 +14,13 @@ runtime_resource_overlay {
|
|||
theme: "UwbOverlayHK3",
|
||||
certificate: "platform",
|
||||
sdk_version: "current",
|
||||
product_specific: true
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "UwbOverlayHK3Gsi",
|
||||
theme: "UwbOverlayHK3",
|
||||
certificate: "platform",
|
||||
sdk_version: "current",
|
||||
vendor: true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue