Home
last modified time | relevance | path

Searched refs:android_path (Results 1 – 6 of 6) sorted by relevance

/ndk/build/lib/
Dbuild_support.py108 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/
Dcheckbuild.py117 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/
Dbuild-llvm.py30 prebuilt_path = os.path.join(build_support.android_path(),
Dbuild-gcc.py39 prebuilt_path = os.path.join(build_support.android_path(),
Dpackage.py135 for platform_dir in os.listdir(build_support.android_path(platforms_path)):
/ndk/sources/cxx-stl/llvm-libc++/
Dbuild.py50 prebuilt_ndk = build_support.android_path('prebuilts/ndk/current')