1# Note: This file will be loaded with highest priority to override
2# other system properties, if a special ramdisk with "/force_debuggable"
3# is used and the device is unlocked.
4
5# Disable adb authentication to allow test automation on user build GSI
6ro.adb.secure=0
7
8# Allow 'adb root' on user build GSI
9ro.debuggable=1
10
11# Introduce this property to indicate that init has loaded adb_debug.prop
12ro.force.debuggable=1
13