commit | d2fc66d4bb3bcc843be2b45ecc1fde555b77ec88 | [log] [tgz] |
---|---|---|
author | Kangping Dong <wgtdkp@google.com> | Fri Jan 10 11:52:50 2025 +0800 |
committer | Kangping Dong <wgtdkp@google.com> | Fri Jan 10 00:09:06 2025 -0800 |
tree | f285935b2167c82e50b6765e90bbedd7a46c8bf5 | |
parent | 7b7ff96c296c622635cfb0b2c80515854ad920c9 [diff] |
[Thread] allow disabling border router auto-join Test: verified that when the config is set to `false`, thread won't start up after reboots: ``` ➜ main-aosp-2 adb shell ot-ctl state leader Done ➜ main-aosp-2 adb reboot ➜ main-aosp-2 adb shell ot-ctl state /system/bin/sh: ot-ctl: inaccessible or not found ➜ main-aosp-2 adb root ➜ main-aosp-2 adb shell ot-ctl state disabled Done ``` Bug: 378587036 Change-Id: I4d1c90ab3121f39219cbaf795879a7ba91db02a3