commit | 2143900a7c9df8e479c9b8b8f66b8dcabc0a78ba | [log] [tgz] |
---|---|---|
author | Shaju Mathew <shaju@google.com> | Mon Jul 10 00:53:22 2023 +0000 |
committer | Shaju Mathew <shaju@google.com> | Mon Jul 10 00:53:22 2023 +0000 |
tree | 4e68dccc70bd473073c08b78ce190cce9fa86409 | |
parent | 9ebfc23191db96aeeddaddc948d31183c70bfe3b [diff] [blame] |
Updating build/config setup to refresh adb path name after a rebuild. Bug: 24473359 Test: Treehugger Change-Id: I706e24a8ba7b75a381e9efe48d5db2d49c0f4da6
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() {