android_vendor_hardware_ove.../ONN/mid7019/AndroidManifest.xml
Justin Settle a4c8bb42ca
Rename ONN 100071481 to mid7019 to hopefully fix build
I've left android:requiredSystemPropertyValue="+*onn/100071481*" with
the numeric string but I've changed the description name to be not
entirly numeric.  I'm using the tablet's "other name" based on below:

[ro.bootimage.build.fingerprint]: [onn/100071481/mid7019_mr_32:11/RP1A.200720.011/qyh20220216:user/release-keys]
2023-03-06 08:12:23 -05:00

11 lines
457 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.onn.100071481"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*onn/100071481*"
android:priority="472"
android:isStatic="true" />
</manifest>