Updating build/config setup to refresh adb path name after a rebuild.

Bug: 24473359

Test: Treehugger
Change-Id: I706e24a8ba7b75a381e9efe48d5db2d49c0f4da6
This commit is contained in:
Shaju Mathew
2023-07-10 00:53:22 +00:00
parent 9ebfc23191
commit 2143900a7c

View File

@@ -1075,6 +1075,10 @@ function cproj()
echo "can't find Android.mk"
}
function adb() {
`which adb` "${@}"
}
# simplified version of ps; output in the form
# <pid> <procname>
function qpid() {