Merge pull request #80 from TadiT7/yeah

Fix Mi 9 SE name
This commit is contained in:
Pierre-Hugues HUSSON 2019-03-04 20:31:32 +01:00 committed by GitHub
commit 143f76bc7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.xiaomi.mi9lite"
package="me.phh.treble.overlay.xiaomi.mi9se"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"

View file

@ -48,7 +48,7 @@ PRODUCT_PACKAGES += \
treble-overlay-xiaomi-mi8pro \
treble-overlay-xiaomi-mi8se \
treble-overlay-xiaomi-mi9 \
treble-overlay-xiaomi-mi9lite \
treble-overlay-xiaomi-mi9se \
treble-overlay-xiaomi-mia2 \
treble-overlay-xiaomi-mia2lite \
treble-overlay-xiaomi-mimax3 \