Add missing / in android_gdbserver

Introduced in https://codereview.chromium.org/22617002, apparently
worked just fine, at least on already-set-up devices. Failing at
least since https://codereview.chromium.org/352303003/.

BUG=skia:2729
R=djsollen@google.com, tomhudson@google.com

Author: tomhudson@chromium.org

Review URL: https://codereview.chromium.org/372273003
This commit is contained in:
tomhudson 2014-07-08 12:29:54 -07:00 committed by Commit bot
parent f50a79366f
commit f9552230dc

View File

@ -53,7 +53,7 @@ for file in \
done
echo "Pushing gdbserver..."
adb_push_if_needed $ANDROID_TOOLCHAIN/../gdbserver data/local/tmp
adb_push_if_needed $ANDROID_TOOLCHAIN/../gdbserver /data/local/tmp
echo "Setting up port forward"
$ADB forward "tcp:5039" "tcp:5039"