Disable adb authorization in GSI

To support test automation, disable adb authorization in GSI.

Applied the patch, and device won't ask for adb authorization after
overriding system image with GSI.

Bug: 64489353
Test: boot up with GSI, and check by 'adb devices'
Change-Id: Ibaa3aaa90a89ae03b8b23abf37f53ede64d15789
This commit is contained in:
SzuWei Lin 2017-09-01 12:00:09 +08:00
parent 73ba8bc61a
commit 95ddc40d53
1 changed files with 3 additions and 0 deletions

View File

@ -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