mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update the path to the GDB binary in the current NDK toolchain (#3177)
This commit is contained in:
parent
cd14345215
commit
29676fa53e
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user