Merge "Disable adb authorization in GSI" into oc-mr1-dev am: a93c32e338
am: 4aad28e830

Change-Id: Ibdfdae5219d7fe8c9f2ed3dba2edaa8bba2104aa
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