android_vendor_hardware_ove.../Xiaomi/Mi8/AndroidManifest.xml
argraur 4ba5a5696d Use build fingerprint check for Mi 8
Old way doesnt work with Pie vendors.
Move to universal way of determining Mi 8
See this: https://github.com/phhusson/vendor_hardware_overlay/issues/25

Test: make -j64 treble-overlay-xiaomi-mi8; copy to /system/overlay/; ensure overlay works

Signed-off-by: argraur <argraur@gmail.com>
2018-10-05 23:44:42 +02:00

11 lines
452 B
XML

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