Skip to content

Commit 1fa1aee

Browse files
committed
noninteractive-tradefed: stop using the latest adb
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/7266137#L16031 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
1 parent bb0d9f1 commit 1fa1aee

File tree

1 file changed

+0
-1
lines changed
  • automated/android/noninteractive-tradefed

1 file changed

+0
-1
lines changed

automated/android/noninteractive-tradefed/setup.sh

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ case "${dist}" in
2222
;;
2323
esac
2424

25-
install_latest_adb
2625
initialize_adb
2726
adb_root
2827

0 commit comments

Comments
 (0)