/ndk/build/tools/ |
D | build-llvm.py | 28 def get_llvm_prebuilt_path(host): argument 29 rel_prebuilt_path = 'prebuilts/clang/host/{}'.format(host) 40 host = args.host 47 os_name = host 52 if host == 'darwin': 53 host = 'darwin-x86_64' 54 elif host == 'linux': 55 host = 'linux-x86_64' 56 elif host == 'windows': 57 host = 'windows' [all …]
|
D | package.py | 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) [all …]
|
D | build-gcc.py | 37 def get_gcc_prebuilt_path(host): argument 38 rel_prebuilt_path = 'prebuilts/ndk/current/toolchains/{}'.format(host) 66 host_tag = build_support.host_to_tag(args.host)
|
D | README.md | 8 * Rebuilding host cross-toolchains for our supported CPU ABIs. 10 * Rebuilding other required host tools (e.g. ndk-stack) from sources. 13 working host cross-toolchains). 26 Note that all Windows host programs can be built on Linux if you have the 30 All dev-scripts rebuilding host programs on Linux and Darwin will only generate 35 When building 32-bit Linux host programs, the dev-scripts will look for 36 `$ANDROID_BUILD_TOP/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8`, 59 sources/host-tools 63 generate useful host programs for the final NDK installation. For example, 64 $NDK/sources/host-tools/ndk-stack/ contains the sources of the `ndk-stack` [all …]
|
/ndk/build/core/ |
D | definitions-host.mk | 31 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1)) 33 host-path = $1 44 host-rm = \ 48 host-rm = rm -f $1 59 host-rmdir = \ 63 host-rmdir = rm -rf $1 74 host-mkdir = md $(subst /,\,"$1") >NUL 2>NUL || rem 76 host-mkdir = mkdir -p $1 88 host-cp = copy /b/y $(subst /,\,"$1" "$2") > NUL 90 host-cp = cp -f $1 $2 [all …]
|
D | default-build-commands.mk | 31 $(call host-path, $1) \ 33 $(call host-path, $2 $(PRIVATE_LIBGCC) $4) \ 76 --sysroot=$(call host-path,$(PRIVATE_SYSROOT_LINK)) \ 80 -o $(call host-path,$(LOCAL_BUILT_MODULE)) 91 --sysroot=$(call host-path,$(PRIVATE_SYSROOT_LINK)) \ 92 -Wl,-rpath-link=$(call host-path,$(PRIVATE_SYSROOT_LINK)/usr/lib) \ 93 -Wl,-rpath-link=$(call host-path,$(TARGET_OUT)) \ 97 -o $(call host-path,$(LOCAL_BUILT_MODULE)) 101 $(PRIVATE_AR) $(call host-path,$(LOCAL_BUILT_MODULE)) $(PRIVATE_AR_OBJECTS) 107 cmd-strip = $(PRIVATE_STRIP) --strip-unneeded $(call host-path,$1) [all …]
|
D | definitions.mk | 23 include $(BUILD_SYSTEM)/definitions-host.mk 94 @$$(call host-mkdir,$$@) 311 $$(hide) $$(call host-copy-if-differ,$$@.tmp,$$@) 312 $$(hide) $$(call host-rm,$$@.tmp) 330 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archive 1389 local-source-file-path = $(if $(call host-path-is-absolute,$1),$1,$(LOCAL_PATH)/$1) 1435 $$(_OBJ): PRIVATE_DEPS := $$(call host-path,$$(_OBJ).d) 1444 $$(_OBJ): PRIVATE_CFLAGS := @$$(call host-path,$$(_OPTIONS_LISTFILE)) 1450 …$$(call host-echo-build-step,$$(PRIVATE_ABI),$$(PRIVATE_TEXT)) "$$(PRIVATE_MODULE) <= $$(notdir $$… 1451 …vert-deps,$$(PRIVATE_DEPS)) $$(PRIVATE_CFLAGS) $$(call host-path,$$(PRIVATE_SRC)) -o $$(call host-… [all …]
|
D | build-binary.mk | 123 $(call host-echo-build-step,$(PRIVATE_ABI),Clean) "$(PRIVATE_MODULE) [$(PRIVATE_ABI)]" 124 $(hide) $(call host-rmdir,$(PRIVATE_CLEAN_FILES)) 405 …LOCAL_LDLIBS := $(LOCAL_LDLIBS) $(call host-path,$(NDK_ROOT)/sources/cxx-stl/gnu-libstdc++/4.9/lib… 488 LOCAL_LDLIBS := -L$(call host-path,$(SYSROOT_LINK)/usr/lib) $(LOCAL_LDLIBS) 490 LOCAL_LDLIBS := -L$(call host-path,$(SYSROOT_LINK)/usr/lib64) $(LOCAL_LDLIBS) 542 ar_objects := $(call host-path,$(LOCAL_OBJECTS)) 548 ar_objects := @$(call host-path,$(ar_list_file)) 565 $(call host-echo-build-step,$(PRIVATE_ABI),StaticLibrary) "$(PRIVATE_NAME)" 566 $(hide) $(call host-rm,$@) 644 linker_objects_and_libraries := @$(call host-path,$(linker_list_file)) [all …]
|
D | build-all.mk | 44 BUILD_HOST_EXECUTABLE := $(BUILD_SYSTEM)/build-host-executable.mk 45 BUILD_HOST_STATIC_LIBRARY := $(BUILD_SYSTEM)/build-host-static-library.mk
|
/ndk/build/awk/ |
D | gen-cygwin-deps-converter.awk | 98 host[count] = $1 108 if (length(host[jj]) > length(host[jj+1])) { 111 if (length(host[jj]) == length(host[jj+1]) && 112 host[jj] > host[jj+1]) { 118 tmp = host[jj] 119 host[jj] = host[jj+1] 120 host[jj+1] = tmp 132 printf( "$(info %s => %s)", cygwin[nn], host[nn]); 137 add_drive_rule(host[nn], cygwin[nn])
|
D | gen-windows-host-path.awk | 61 host[count] = $1 73 if (!match(host[nn],"^[A-Za-z]:$")) { 77 letter = substr(host[nn],1,1) 85 host[count] = host[nn] 94 host[count] = host[nn] 115 tmp = host[jj] 116 host[jj] = host[jj+1] 117 host[jj+1] = tmp 129 printf( "$(info %s => %s)", cygwin[nn], host[nn]); 134 add_drive_rule(host[nn], cygwin[nn])
|
/ndk/sources/host-tools/make-3.81/ |
D | remote-cstms.c | 145 struct hostent *host; in start_remote_job() local 196 host = gethostbyaddr((char *)&permit.addr, sizeof(permit.addr), AF_INET); in start_remote_job() 203 host ? host->h_name : inet_ntoa (permit.addr), in start_remote_job() 212 host ? host->h_name : inet_ntoa (permit.addr), in start_remote_job() 219 host ? host->h_name : inet_ntoa (permit.addr), in start_remote_job()
|
D | build.py | 33 if args.host in ('windows', 'windows64'): 36 if args.host != 'windows':
|
/ndk/sources/host-tools/nawk-20071023/ |
D | build.py | 33 if args.host in ('windows', 'windows64'): 36 if args.host != 'windows':
|
/ndk/sources/host-tools/toolbox/ |
D | build.py | 33 if args.host not in ('windows', 'windows64'): 40 if args.host != 'windows':
|
/ndk/sources/host-tools/ndk-depends/ |
D | build.py | 35 if args.host in ('windows', 'windows64'): 38 if args.host != 'windows':
|
/ndk/sources/host-tools/ndk-stack/ |
D | build.py | 35 if args.host in ('windows', 'windows64'): 38 if args.host != 'windows':
|
D | build-ndk-stack.sh | 99 --host=$ABI_CONFIGURE_HOST \ 110 INSTALL_SUBDIR=host-tools/bin 133 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/ndk-stack
|
/ndk/build/lib/ |
D | build_support.py | 178 def host_to_tag(host): argument 179 if host in ['darwin', 'linux']: 180 return host + '-x86_64' 181 elif host == 'windows': 183 elif host == 'windows64': 186 raise RuntimeError('Unsupported host: {}'.format(host))
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | executor.py | 146 def __init__(self, host, username=None): argument 150 self.host = host 176 remote = self.host 182 remote = self.user_prefix + self.host
|
/ndk/ |
D | .gitignore | 7 /host-tools/
|
/ndk/build/core/toolchains/x86_64-clang3.6/ |
D | setup.mk | 44 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 55 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/core/toolchains/aarch64-linux-android-clang3.6/ |
D | setup.mk | 44 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 55 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/core/toolchains/mips64el-linux-android-clang3.6/ |
D | setup.mk | 48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 62 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/core/toolchains/mipsel-linux-android-clang3.6/ |
D | setup.mk | 48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 62 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|