From c6ddfbf7633335e72b1df42e7534aeeb81628706 Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Tue, 20 Oct 2015 20:44:16 -0700 Subject: [PATCH] just assume armeabi for now (appears to allow gdb to work with older Spamsung devices) --- Android/toolchain_edits/ndk-gdb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Android/toolchain_edits/ndk-gdb b/Android/toolchain_edits/ndk-gdb index 0eb72a6e..1afd105d 100755 --- a/Android/toolchain_edits/ndk-gdb +++ b/Android/toolchain_edits/ndk-gdb @@ -27,7 +27,7 @@ PROGDIR=`dirname $0` PROGDIR=`cd $PROGDIR && pwd -P` -set -x +#set -x # Check if absolute NDK path contain space # @@ -610,10 +610,7 @@ adb_var_shell BCFILES run-as $PACKAGE_NAME /system/bin/sh -c "ls lib/*.bc" ####fi if [ "$COMPAT_ABI" = none ] ; then - echo "ERROR: The device does not support the application's targetted CPU ABIs!" - echo " Device supports: $CPU_ABIS" - echo " Package supports: $APP_ABIS" - exit 1 + COMPAT_ABI='armeabi' fi log "Compatible device ABI: $COMPAT_ABI"