Searched defs:NDK (Results 1 - 1 of 1) sorted by relevance

/ndk/
H A Dndk-gdb.py21 on a given NDK application. The application must be debuggable, i.e.
25 See docs/NDK-GDB.TXT for usage description. Essentially, you just
58 If Python executable is the NDK-prebuilt one (it should be)
73 # NDK-prebuilt Python?
93 # Extra arguments passed to the NDK build system when
120 NDK = os.path.abspath(os.path.dirname(sys.argv[0])).replace('\\','/') variable
138 global PROJECT, NDK
145 Setup a gdb debugging session for your Android NDK application.
146 Read ''' + NDK + '''/docs/NDK
[all...]

Completed in 111 milliseconds