overlay: Add SystemUI overlay

This commit is contained in:
iovxw 2023-09-26 23:55:14 +08:00
parent b591179d67
commit ec6163d34c
Signed by: iovxw
GPG Key ID: C84626C2D3D79995
4 changed files with 18 additions and 1 deletions

View File

@ -29,7 +29,8 @@ SELINUX_IGNORE_NEVERALLOWS := true
# Overlay
PRODUCT_PACKAGES += \
GsiFrameworkResTarget \
GsiLauncher3Target
GsiLauncher3Target \
GsiSystemUITarget
# Device-specific overlays from phhusson
include vendor/hardware_overlay/overlay.mk

View File

@ -0,0 +1,5 @@
runtime_resource_overlay {
name: "GsiSystemUITarget",
sdk_version: "current",
product_specific: true,
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.systemui.overlay.gsi.target">
<overlay
android:isStatic="true"
android:priority="350"
android:targetPackage="com.android.systemui" />
</manifest>

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>