Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: platform_tools/android/bin/android_gdbserver

Issue 1230773003: Move android_gdb_tmp into out/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Move android_gdb_tmp into the out directory. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: platform_tools/android/bin/android_gdbserver
diff --git a/platform_tools/android/bin/android_gdbserver b/platform_tools/android/bin/android_gdbserver
index f3ee6b99b3e20467f55937a373f0dbf513d8e22a..36eb8af9715a04207110a18b8d4f2f19e73ef6e0 100755
--- a/platform_tools/android/bin/android_gdbserver
+++ b/platform_tools/android/bin/android_gdbserver
@@ -18,7 +18,7 @@ then
fi
# We need the debug symbols from these files
-GDB_TMP_DIR=$(pwd)/android_gdb_tmp
+GDB_TMP_DIR=$(pwd)/out/android_gdb_tmp
mkdir -p $GDB_TMP_DIR
echo "Copying symbol files"
« platform_tools/android/bin/android_gdb_app ('K') | « platform_tools/android/bin/android_gdb_native ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698