Previous commit was before I hit save in the text editor. This edits the

.mk files to actually change the package names.
This commit is contained in:
Justin Settle 2023-03-06 08:37:10 -05:00
parent a4c8bb42ca
commit 77112e92cb
No known key found for this signature in database
GPG key ID: 816C5445833ACF2F
3 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-onn-100071481
LOCAL_PACKAGE_NAME := treble-overlay-onn-mid7019
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/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.onn.100071481"
package="me.phh.treble.overlay.onn.mid7019"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"

View file

@ -141,7 +141,7 @@ PRODUCT_PACKAGES += \
treble-overlay-oneplus-op8-systemui \
treble-overlay-oneplus-op9 \
treble-overlay-oneplus-op9-systemui \
treble-overlay-onn-100071481 \
treble-overlay-onn-mid7019 \
treble-overlay-oppo-a54 \
treble-overlay-oppo-a54-systemui \
treble-overlay-oppo-findx3pro \