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

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 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_gdb_native
diff --git a/platform_tools/android/bin/android_gdb_native b/platform_tools/android/bin/android_gdb_native
index e7bd6367cbe7bc0648f36cfe5e624e97be1e0bba..bc688df5436f963f8401bf7089be7d5dcaa08323 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=$(pwd)/out/android_gdb_tmp
APP_NAME=${APP_ARGS[0]}
PORT=5039

Powered by Google App Engine
This is Rietveld 408576698