laurel_sprout: overlay: Switch to using RRO for Aperture

Change-Id: I4ba33f4306f402982f4951404dd39e3881e22991
This commit is contained in:
Skyblueborb
2025-07-21 19:22:01 +02:00
parent 01133b555c
commit 73bd1be0ad
4 changed files with 17 additions and 2 deletions

View File

@@ -57,8 +57,8 @@ DEVICE_PACKAGE_OVERLAYS += \
$(DEVICE_PATH)/overlay \
$(DEVICE_PATH)/overlay-lineage
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += \
$(DEVICE_PATH)/overlay-lineage/packages/apps/Aperture
PRODUCT_PACKAGES += \
ApertureLaurel
# Fastboot
TARGET_BOARD_FASTBOOT_INFO_FILE := $(DEVICE_PATH)/fastboot-info.txt

View File

@@ -0,0 +1,5 @@
runtime_resource_overlay {
name: "ApertureLaurel",
theme: "ApertureLaurel",
product_specific: true,
}

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.lineageos.aperture.overlay.xiaomi_laurel_sprout">
<application android:hasCode="false" android:allowBackup="false"/>
<overlay
android:isStatic="true"
android:priority="750"
android:targetPackage="org.lineageos.aperture" />
</manifest>