am fbc6f257: am c04b4455: Merge "Updated gdbclient path support."

* commit 'fbc6f25712362b1f9b7b8970a96833ed0be0f12c':
  Updated gdbclient path support.
This commit is contained in:
Elliott Hughes
2014-06-23 19:48:57 +00:00
committed by Android Git Automerger

View File

@@ -996,6 +996,9 @@ function gdbclient()
local EXE="$1"
if [ "$EXE" ] ; then
EXE=$1
if [[ $EXE =~ ^[^/].* ]] ; then
EXE="system/bin/"$EXE
fi
else
EXE="app_process"
fi