Add OP6 overlay based on treble_experimentation-s overlay differ
diff --git a/OnePlus/OP6/AndroidManifest.xml b/OnePlus/OP6/AndroidManifest.xml
new file mode 100644
index 0000000..5e3bfd9
--- /dev/null
+++ b/OnePlus/OP6/AndroidManifest.xml
@@ -0,0 +1,10 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="me.phh.treble.overlay.oneplus.op6"
+ android:versionCode="1"
+ android:versionName="1.0">
+ <overlay android:targetPackage="android"
+ android:requiredSystemPropertyName="ro.vendor.product.device"
+ android:requiredSystemPropertyValue="OnePlus6"
+ android:priority="11"
+ android:isStatic="true" />
+</manifest>