Lines Matching refs:host
46 def expand_packages(package, host, arches): argument
70 host_tag = build_support.host_to_tag(host)
78 abi=abi, arch=arch, host=host_tag, triple=triple,
86 def get_all_packages(host, arches): argument
145 package_names = expand_packages(package, host, arches)
146 extract_paths = expand_packages(extract_path, host, arches)
217 def make_ndk_build_shortcut(out_dir, host): argument
218 if host.startswith('windows'):
258 def make_package(release, package_dir, packages, host, out_dir, temp_dir): argument
265 make_ndk_build_shortcut(extract_dir, host)
269 host_tag = build_support.host_to_tag(host)
275 if host.startswith('windows'):
344 packages = get_all_packages(args.host, arches)
349 make_ndk_build_shortcut(args.out_dir, args.host)
351 make_package(args.release, args.dist_dir, packages, args.host,