Index: build/android/adb_gdb |
diff --git a/build/android/adb_gdb b/build/android/adb_gdb |
index fcbbed6e75aab43d7683954d2aaffcff7ff6fb21..e0b3265e9f13bf14157d91d123cf9eb92dcf28da 100755 |
--- a/build/android/adb_gdb |
+++ b/build/android/adb_gdb |
@@ -359,11 +359,11 @@ else |
fi |
# Detect the NDK system tag, i.e. the name used to identify the host. |
-# out: NDK system tag (e.g. 'linux-x86'). |
+# out: NDK system tag (e.g. 'linux-x86_64'). |
get_ndk_host_tag () { |
if [ -z "$NDK_HOST_TAG" ]; then |
case $(uname -s) in |
- Linux) NDK_HOST_TAG=linux-x86;; |
+ Linux) NDK_HOST_TAG=linux-x86_64;; |
Darwin) NDK_HOST_TAG=darwin-x86;; |
*) panic "You can't run this script on this system: $uname -a";; |
esac |