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

Unified Diff: build/android/gdb_apk

Issue 15028013: Use $ANDROID_TOOLCHAIN set by envsetup.sh in adb_gdb and gdb_apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on https://codereview.chromium.org/14858018/ (r199234) Created 7 years, 7 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 | « build/android/adb_gdb ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gdb_apk
diff --git a/build/android/gdb_apk b/build/android/gdb_apk
index 41feae657506f58abd0097566e0ebb24186dd642..b38564532b0d1623375aa72545fca9b28b57a2e3 100755
--- a/build/android/gdb_apk
+++ b/build/android/gdb_apk
@@ -158,7 +158,7 @@ file ${app_process}
target remote :4321
EOF
-gdb=$(echo $ANDROID_TOOLCHAIN/../../linux-x86/bin/*gdb)
+gdb=$(echo $ANDROID_TOOLCHAIN/*gdb)
if [[ ! -f ${gdb} ]] ; then
echo "Wow no gdb in env var ANDROID_TOOLCHAIN which is $ANDROID_TOOLCHAIN"
exit 4
« no previous file with comments | « build/android/adb_gdb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698