diff --git a/envsetup.sh b/envsetup.sh index 8b70dc455a..9a0cd9705e 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -1075,6 +1075,10 @@ function cproj() echo "can't find Android.mk" } +function adb() { + `which adb` "${@}" +} + # simplified version of ps; output in the form # function qpid() {