Move android_gdb_tmp into out/
authorscroggo <scroggo@chromium.org>
Fri, 10 Jul 2015 18:05:10 +0000 (11:05 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 10 Jul 2015 18:05:10 +0000 (11:05 -0700)
This way it will be ignored.

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

platform_tools/android/bin/android_gdb_app
platform_tools/android/bin/android_gdb_native
platform_tools/android/bin/android_gdbserver

index 000d908..31cf991 100755 (executable)
@@ -26,7 +26,7 @@ else
 fi
 
 # We need the debug symbols from these files
-GDB_TMP_DIR=$(pwd)/android_gdb_tmp
+GDB_TMP_DIR=$SKIA_OUT/android_gdb_tmp
 mkdir -p $GDB_TMP_DIR
 echo "Copying symbol files"
 adb_pull_if_needed /system/bin/app_process $GDB_TMP_DIR
index e7bd636..a6d748c 100755 (executable)
@@ -20,7 +20,7 @@ fi
 sleep 2
 
 # variables that must match those in gdb_server
-GDB_TMP_DIR=$(pwd)/android_gdb_tmp
+GDB_TMP_DIR=$SKIA_OUT/android_gdb_tmp
 APP_NAME=${APP_ARGS[0]}
 PORT=5039
 
index f3ee6b9..a7b20bf 100755 (executable)
@@ -18,7 +18,7 @@ then
 fi
 
 # We need the debug symbols from these files
-GDB_TMP_DIR=$(pwd)/android_gdb_tmp
+GDB_TMP_DIR=$SKIA_OUT/android_gdb_tmp
 mkdir -p $GDB_TMP_DIR
 
 echo "Copying symbol files"