提交 29676fa5 编写于 作者: J Jason Simmons 提交者: GitHub

Update the path to the GDB binary in the current NDK toolchain (#3177)

上级 cd143452
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册