Moto G6 Play overlay now works for both jeter and aljeter

This commit is contained in:
Ry 2019-07-08 20:53:14 -07:00
parent 46b2f1921c
commit 1e4e66118b
5 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-moto-g6play-jeter_sprint LOCAL_PACKAGE_NAME := treble-overlay-moto-g6play
LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true LOCAL_PRIVATE_PLATFORM_APIS := true

View file

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.moto.g6playjetersprint" package="me.phh.treble.overlay.moto.g6play"
android:versionCode="1" android:versionCode="1"
android:versionName="1.0"> android:versionName="1.0">
<!-- <!--
@ -8,7 +8,7 @@
--> -->
<overlay android:targetPackage="android" <overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.product.name" android:requiredSystemPropertyName="ro.vendor.product.name"
android:requiredSystemPropertyValue="+jeter_sprint" android:requiredSystemPropertyValue="+*jeter*"
android:priority="78" android:priority="78"
android:isStatic="true" /> android:isStatic="true" />
</manifest> </manifest>

View file

@ -35,7 +35,7 @@ PRODUCT_PACKAGES += \
treble-overlay-lg-g7 \ treble-overlay-lg-g7 \
treble-overlay-lg-v40 \ treble-overlay-lg-v40 \
treble-overlay-moto-g6 \ treble-overlay-moto-g6 \
treble-overlay-moto-g6play-jeter_sprint \ treble-overlay-moto-g6play \
treble-overlay-moto-g6plus \ treble-overlay-moto-g6plus \
treble-overlay-moto-g7power \ treble-overlay-moto-g7power \
treble-overlay-nokia-b2n \ treble-overlay-nokia-b2n \