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

Commit 51ec7172 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 12e453bb 2143900a
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1075,6 +1075,10 @@ function cproj()
    echo "can't find Android.mk"
    echo "can't find Android.mk"
}
}


function adb() {
   `which adb` "${@}"
}

# simplified version of ps; output in the form
# simplified version of ps; output in the form
# <pid> <procname>
# <pid> <procname>
function qpid() {
function qpid() {