commit | 4aad28e83022eb8aa3887c2699c11ad05e0cca3b | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Mon Sep 04 09:54:43 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Sep 04 09:54:43 2017 +0000 |
tree | df85611166a1b11daba309df84047f8766e18216 | |
parent | 1048094109c4444c51f8c42e05661aff4ffd1ac0 [diff] | |
parent | a93c32e338f384c0d0ad6ce12a8c012e3eed102d [diff] |
Merge "Disable adb authorization in GSI" into oc-mr1-dev am: a93c32e338 Change-Id: I50cc2f03ca950f6e769193bdb473e6bb73843ed2
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