Group high priority overlay configs on a single package

This commit is contained in:
Alberto Ponces 2022-01-14 17:33:48 +00:00
parent fec1e88e9f
commit 91462a6b72
7 changed files with 6 additions and 22 deletions

View file

@ -1,7 +1,7 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-gestures
LOCAL_PACKAGE_NAME := treble-overlay-highpriomisc
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true

View file

@ -1,9 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.gestures"
package="me.phh.treble.overlay.highpriomisc"
android:versionCode="1"
android:versionName="1.0">
<!-- SUPER OVERLAY -->
<!-- SUPER OVERLAY -->
<overlay android:targetPackage="android"
android:priority="933"
android:priority="8998"
android:isStatic="true" />
</manifest>

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
<bool name="config_swipe_up_gesture_setting_available">true</bool>
</resources>

View file

@ -1,8 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-webview
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)

View file

@ -1,8 +0,0 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.webview"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:priority="9000"
android:isStatic="true" />
</manifest>

View file

@ -21,7 +21,7 @@ PRODUCT_PACKAGES += \
treble-overlay-duoqin-qin2pro \
treble-overlay-essential-ph_1 \
treble-overlay-fairphone-fp3 \
treble-overlay-gestures \
treble-overlay-highpriomisc \
treble-overlay-htc-exodus1 \
treble-overlay-htc-u12plus \
treble-overlay-huawei \
@ -169,7 +169,6 @@ PRODUCT_PACKAGES += \
treble-overlay-umidigi-power \
treble-overlay-unihertz-jelly2 \
treble-overlay-vsmart-live \
treble-overlay-webview \
treble-overlay-wifi5g \
treble-overlay-xiaomi-mi11lite5g \
treble-overlay-xiaomi-mi6x \