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

Commit 11eef9ca authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Updating build/config setup to refresh adb path name after a rebuild." into main am: 51ec7172

Original change: https://android-review.googlesource.com/c/platform/build/+/2650304



Change-Id: I23957bf5bfe70e8a89e574063a32dba851fc9c93
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b0cb7ed8 51ec7172
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() {