blob: 4c9ce3d3e5bafe4a250bedac638faeb0578fc1a9 [file] [log] [blame]
Tadi137d4332018-07-12 22:55:23 +02001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="me.phh.treble.overlay.huawei.p20l"
3 android:versionCode="1"
4 android:versionName="1.0">
5 <overlay android:targetPackage="android"
6 android:requiredSystemPropertyName="ro.product.board"
7 android:requiredSystemPropertyValue="ANE"
Pierre-Hugues Husson6cf14792018-08-29 14:05:53 +02008 android:priority="30"
Tadi137d4332018-07-12 22:55:23 +02009 android:isStatic="true" />
10</manifest>