Merge "Updating build/config setup to refresh adb path name after a rebuild." into main am: 51ec7172a8
Original change: https://android-review.googlesource.com/c/platform/build/+/2650304 Change-Id: I23957bf5bfe70e8a89e574063a32dba851fc9c93 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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