Move android_gdb_tmp into out/

This way it will be ignored.

Review URL: https://codereview.chromium.org/1230773003
This commit is contained in:
scroggo 2015-07-10 11:05:10 -07:00 committed by Commit bot
parent 718e41dcb0
commit 33d35263bf
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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"