laurel_sprout: overlay: Switch to using RRO for Aperture
Change-Id: I4ba33f4306f402982f4951404dd39e3881e22991
This commit is contained in:
@@ -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
|
||||
|
||||
5
rro_overlays/ApertureLaurel/Android.bp
Normal file
5
rro_overlays/ApertureLaurel/Android.bp
Normal file
@@ -0,0 +1,5 @@
|
||||
runtime_resource_overlay {
|
||||
name: "ApertureLaurel",
|
||||
theme: "ApertureLaurel",
|
||||
product_specific: true,
|
||||
}
|
||||
10
rro_overlays/ApertureLaurel/AndroidManifest.xml
Normal file
10
rro_overlays/ApertureLaurel/AndroidManifest.xml
Normal 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>
|
||||
Reference in New Issue
Block a user