Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2143900a authored by Shaju Mathew's avatar Shaju Mathew
Browse files

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

Bug: 24473359

Test: Treehugger
Change-Id: I706e24a8ba7b75a381e9efe48d5db2d49c0f4da6
parent 9ebfc231
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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() {