fix errors

This commit is contained in:
alexandremarkus 2022-05-15 20:11:35 -04:00
parent 6af9e8b02e
commit 4f2ced445d
7 changed files with 5 additions and 4 deletions

View File

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

View File

@ -1,10 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.lg.g7"
package="me.phh.treble.overlay.lg.phoenix_lao_com.phoenix_sprout"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+lge/phoenix_sprout*"
android:priority="15"
android:requiredSystemPropertyValue="+lge/phoenix_lao_com/phoenix_sprout*"
android:priority="452"
android:isStatic="true" />
</manifest>

View File

@ -57,6 +57,7 @@ PRODUCT_PACKAGES += \
treble-overlay-lenovo-s5pro \
treble-overlay-lenovo-z5 \
treble-overlay-lg-g7 \
treble-overlay-lg-phoenix_lao_com-phoenix_sprout \
treble-overlay-lg-v40 \
treble-overlay-lg-velvet \
treble-overlay-lge-mfh505glm \