Searched refs:android_path (Results 1 – 6 of 6) sorted by relevance
/ndk/build/lib/ |
D | build_support.py | 108 def android_path(*args): function 119 return android_path(prebuilt_ndk, sysroot_subpath) 123 return android_path('ndk', *args) 127 return android_path('toolchain', *args) 149 build_env['NDK_BUILDTOOLS_PATH'] = android_path('ndk/build/tools') 162 return _get_dir_from_env(android_path('out'), 'OUT_DIR')
|
/ndk/ |
D | checkbuild.py | 117 subprocess.check_call([build_support.android_path(script)] + args) 126 _invoke_build(build_support.android_path(script), args) 275 system_path = build_support.android_path(system_subdir) 312 license_path = build_support.android_path( 468 build_support.android_path('toolchain/gdb/gdb-7.10/COPYING'), 472 build_support.android_path( 476 build_support.android_path('toolchain/yasm/COPYING'), 477 build_support.android_path('toolchain/yasm/BSD.txt'), 478 build_support.android_path('toolchain/yasm/Artistic.txt'), 479 build_support.android_path('toolchain/yasm/GNU_GPL-2.0'), [all …]
|
/ndk/build/tools/ |
D | build-llvm.py | 30 prebuilt_path = os.path.join(build_support.android_path(),
|
D | build-gcc.py | 39 prebuilt_path = os.path.join(build_support.android_path(),
|
D | package.py | 135 for platform_dir in os.listdir(build_support.android_path(platforms_path)):
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | build.py | 50 prebuilt_ndk = build_support.android_path('prebuilts/ndk/current')
|