Improve Android scripts:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 29 Apr 2014 19:09:58 +0000 (19:09 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 29 Apr 2014 19:09:58 +0000 (19:09 +0000)
commit21a6d13a2bf1045607eb9fb6bf1da580f5d0ec4b
treee4f80876b4e133b1a0f3b9fe8162033e09245f26
parent19a21894ead074d4c01c6b1c11400338c04bf9a2
Improve Android scripts:

* android_gdbserver:
  - Don't complain if $GDB_TMP_DIR already exists
  - Since $GDB_TMP_DIR/gdb.setup might already exist, overwrite the file.

* android_run_skia:
  - Move resource files onto the device.
  - Change to tmp directory before executing program.

* android_make, android_setup:
  - stop assuming PWD is skia source directory.

NOTRY=true
R=djsollen@google.com, scroggo@google.com

Author: halcanary@google.com

Review URL: https://codereview.chromium.org/254923003

git-svn-id: http://skia.googlecode.com/svn/trunk@14442 2bbb7eff-a529-9590-31e7-b0007b416f81
platform_tools/android/bin/android_gdb_exe
platform_tools/android/bin/android_gdbserver
platform_tools/android/bin/android_make
platform_tools/android/bin/android_run_skia
platform_tools/android/bin/android_setup.sh