Remove M40 compatibility from A60 overlay

Glob pattern doesn't work, and this has never been tested on M40 anyway

Change-Id: Ib2efeb83fcafb8c7ca1c603bcd797acac7224cdd
This commit is contained in:
Andy CrossGate Yan 2020-01-25 14:51:06 +00:00 committed by Pierre-Hugues Husson
parent 2d63240f65
commit 7c4c934759

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*amsung/{a60q,m40}*"
android:requiredSystemPropertyValue="+*amsung/a60q*"
android:priority="120"
android:isStatic="true" />
</manifest>