aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaeMan Park <jaeman@google.com>2024-04-19 22:05:12 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-19 22:05:12 +0000
commit8a7c61d5e4115ec48883cfe29226414cc670cc52 (patch)
tree3cb4137f672f53c04ec13076fc9cec9540ee39b3
parenta014f09d02fcdfb163e751b59573f39a3e65acd6 (diff)
parent240e2cfbc2baea0fbcd3d170e56095a9f431c77a (diff)
downloadcuttlefish-8a7c61d5e4115ec48883cfe29226414cc670cc52.tar.gz
Merge "Enable adb by defauly for user build of CHD" into main
-rw-r--r--shared/chd/chd_debug.prop3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/chd/chd_debug.prop b/shared/chd/chd_debug.prop
index 163a293b7..9e9de7abc 100644
--- a/shared/chd/chd_debug.prop
+++ b/shared/chd/chd_debug.prop
@@ -21,3 +21,6 @@
# Disable adb authentication to allow test automation for CHD.
ro.adb.secure=0
+
+# Allow 'adb root' on user build CHD
+ro.debuggable=1