From a3954457b0f3821d3f989fcc4700aa6c1054e875 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 8 Mar 2023 15:51:48 +0000 Subject: Stop mentioning about ALLOW_ADBD_NO_AUTH ALLOW_ADBD_NO_AUTH is removed, so better not mention it. Test: Build Change-Id: Id9d730475165a38cf340e10febffe2e5a9da6725 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ab19d14c..507b2bd57 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ added to `$ADB_VENDOR_KEYS`. Note that this mechanism applies to both of normal boot and recovery modes. * **Option 2:** Allow `adbd` to connect without authentication. - * `adbd` is compiled with `ALLOW_ADBD_NO_AUTH` (only on debuggable builds). + * bootloader is unlocked (`ro.boot.verifiedbootstate` is `orange`) or debuggable build. * `ro.adb.secure` has a value of `0`. Both of the two conditions need to be satisfied. Although `ro.adb.secure` is a runtime property, its -- cgit v1.2.3