Move android_gdb_tmp into out/
This way it will be ignored. Review URL: https://codereview.chromium.org/1230773003
This commit is contained in:
parent
718e41dcb0
commit
33d35263bf
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user