commit | 51ec7172a882d54f22552f32e308f8b8cefe2df3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Jul 12 18:03:51 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 12 18:03:51 2023 +0000 |
tree | b47fd17ec9cbd473f6f9a80f4459d8947788d6be | |
parent | 12e453bb5519975503ba989fd30729ad635ef515 [diff] | |
parent | 2143900a7c9df8e479c9b8b8f66b8dcabc0a78ba [diff] |
Merge "Updating build/config setup to refresh adb path name after a rebuild." into main
diff --git a/envsetup.sh b/envsetup.sh index 8b70dc4..9a0cd97 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -1075,6 +1075,10 @@ echo "can't find Android.mk" } +function adb() { + `which adb` "${@}" +} + # simplified version of ps; output in the form # <pid> <procname> function qpid() {