Skip to content

Commit

Permalink
Update the path to the GDB binary in the current NDK toolchain (flutt…
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Oct 27, 2016
1 parent cd14345 commit 29676fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sky/tools/flutter_gdb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ class GdbClient(object):
SYSTEM_LIBS_PATH = '/tmp/flutter_gdb_device_libs'

def _gdb_local_path(self):
GDB_LOCAL_PATH = ('third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.9/'
'prebuilt/%s-x86_64/bin/arm-linux-androideabi-gdb')
GDB_LOCAL_PATH = ('third_party/android_tools/ndk/prebuilt/%s-x86_64/bin/gdb-orig')
if sys.platform.startswith('darwin'):
return GDB_LOCAL_PATH % 'darwin'
else:
Expand Down

0 comments on commit 29676fa

Please sign in to comment.