Updating build/config setup to refresh adb path name after a rebuild.
Bug: 24473359 Test: Treehugger Change-Id: I706e24a8ba7b75a381e9efe48d5db2d49c0f4da6
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user