Merge "Disable adb authorization in GSI" into oc-mr1-dev
diff --git a/target/board/treble_system.prop b/target/board/treble_system.prop
index bedf10c..4b54aaf 100644
--- a/target/board/treble_system.prop
+++ b/target/board/treble_system.prop
@@ -1,2 +1,5 @@
 # GSI always generate dex pre-opt in system image
 ro.cp_system_other_odex=0
+
+# GSI always disables adb authentication
+ro.adb.secure=0