Bowgo Tsai | 05f07d8 | 2019-04-19 22:08:56 +0800 | [diff] [blame^] | 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 | ||||
6 | ro.adb.secure=0 | ||||
7 | |||||
8 | # Allow 'adb root' on user build GSI | ||||
9 | ro.debuggable=1 | ||||
10 | |||||
11 | # Introduce this property to indicate that init has loaded adb_debug.prop | ||||
12 | ro.force.debuggable=1 |