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

Unified Diff: platform_tools/android/bin/android_gdb_native

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_app ('k') | platform_tools/android/bin/android_gdbserver » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/bin/android_gdb_native
diff --git a/platform_tools/android/bin/android_gdb_native b/platform_tools/android/bin/android_gdb_native
index e7bd6367cbe7bc0648f36cfe5e624e97be1e0bba..a6d748ca4e8515f67cf0f707cd21e0c5e1b36eeb 100755
--- a/platform_tools/android/bin/android_gdb_native
+++ b/platform_tools/android/bin/android_gdb_native
@@ -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
« no previous file with comments | « platform_tools/android/bin/android_gdb_app ('k') | platform_tools/android/bin/android_gdbserver » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698