commit | ae0c25585b551cd03bd707aea921a848aa0c05ed | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Mon Sep 04 10:03:43 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Sep 04 10:03:43 2017 +0000 |
tree | 41dac2ba695c84ccfad20e90857470b73697ce04 | |
parent | a085a4656a548099749f4f42de5452e6420e6ec2 [diff] | |
parent | 4aad28e83022eb8aa3887c2699c11ad05e0cca3b [diff] |
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