OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndk_dir_arg
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/
build.py
49
ndk_dir_arg
= '--ndk-dir={}'.format(build_support.ndk_path())
52
'bash', script, '--stl=libc++-libc++abi', abis_arg,
ndk_dir_arg
,
/prebuilts/ndk/r11/sources/cxx-stl/stlport/
build.py
49
ndk_dir_arg
= '--ndk-dir={}'.format(build_support.ndk_path())
52
'bash', script, '--stl=stlport', abis_arg,
ndk_dir_arg
,
/prebuilts/ndk/r13/sources/cxx-stl/stlport/
build.py
49
ndk_dir_arg
= '--ndk-dir={}'.format(build_support.ndk_path())
52
'bash', script, '--stl=stlport', abis_arg,
ndk_dir_arg
,
Completed in 67 milliseconds