blob: bbf298300cd4da91fc489ae2dabd30050e192451 [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"
8 android:priority="20"
9 android:isStatic="true" />
10</manifest>