commit | d761dae41f49396aaaae7d159d38c8da063dc426 | [log] [tgz] |
---|---|---|
author | liuyq <yongqin.liu@linaro.org> | Wed Feb 21 18:01:08 2024 +0800 |
committer | GitHub <noreply@github.com> | Wed Feb 21 10:01:08 2024 +0000 |
tree | 86447c8bd3146a351ceb18bfd27b340555055d80 | |
parent | bb0d9f1d974b77499ab15cf630e1c8e6b818a36a [diff] |
noninteractive-tradefed: stop using the latest adb (#496) instead using the default version in the system, either installed by the user manually or installed inside some docker image, to avoid confusions caused by unmanaged adb versions, like the "ADB server didn't ACK" issue with the current latest adb version(platform-tools r35) reported here: https://lkft.validation.linaro.org/scheduler/job/7266683#L15671 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>