avoid mess manufacturer

Xiaomi seems using "Xiaomi" for BSP device and using "xiaomi" for ODM device for now, but I don't know how to name it in the future.
This commit is contained in:
suwakowww 2018-10-31 09:00:41 +08:00 committed by Pierre-Hugues Husson
parent 1e7c32ab17
commit 26f88bbcec
6 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+xiaomi/wayne*"
android:requiredSystemPropertyValue="+*iaomi/wayne*"
android:priority="44"
android:isStatic="true" />
</manifest>

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+xiaomi/jasmine*"
android:requiredSystemPropertyValue="+*iaomi/jasmine*"
android:priority="45"
android:isStatic="true" />
</manifest>

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+xiaomi/daisy*"
android:requiredSystemPropertyValue="+*iaomi/daisy*"
android:priority="22"
android:isStatic="true" />
</manifest>

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Xiaomi/nitrogen*"
android:requiredSystemPropertyValue="+*iaomi/nitrogen*"
android:priority="46"
android:isStatic="true" />
</manifest>

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+xiaomi/sakura*"
android:requiredSystemPropertyValue="+*iaomi/sakura*"
android:priority="19"
android:isStatic="true" />
</manifest>

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+xiaomi/whyred*"
android:requiredSystemPropertyValue="+*iaomi/whyred*"
android:priority="47"
android:isStatic="true" />
</manifest>