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

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 SKIA_OUT 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
« no previous file with comments | « platform_tools/android/bin/android_gdb_native ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a7b20bff9794cd315b945f5bebbc71ea8081b28a 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=$SKIA_OUT/android_gdb_tmp
mkdir -p $GDB_TMP_DIR
echo "Copying symbol files"
« no previous file with comments | « 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