Home | History | Annotate | Download | only in core

Lines Matching defs:host

84 # Target and host installed module's dependencies on shared libraries.
423 # $(3): if non-empty, this is a HOST target.
434 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
473 # $(3): if non-empty, this is a HOST target.
483 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
518 define normalize-host-libraries
1117 ## Commands for running gcc to compile a host C++ file
1120 define transform-host-cpp-to-o
1122 @echo "host C++: $(PRIVATE_MODULE) <= $<"
1145 ## Commands for running gcc to compile a host C file
1149 define transform-host-c-or-s-to-o-no-deps
1168 define transform-host-c-to-o-no-deps
1169 @echo "host C: $(PRIVATE_MODULE) <= $<"
1170 $(call transform-host-c-or-s-to-o-no-deps, $(PRIVATE_CFLAGS) $(PRIVATE_CONLYFLAGS) $(PRIVATE_DEBUG_CFLAGS))
1173 define transform-host-s-to-o-no-deps
1174 @echo "host asm: $(PRIVATE_MODULE) <= $<"
1175 $(call transform-host-c-or-s-to-o-no-deps, $(PRIVATE_ASFLAGS))
1178 define transform-host-c-to-o
1179 $(transform-host-c-to-o-no-deps)
1183 define transform-host-s-to-o
1184 $(transform-host-s-to-o-no-deps)
1189 ## Commands for running gcc to compile a host Objective-C file
1192 define transform-host-m-to-o-no-deps
1193 @echo "host ObjC: $(PRIVATE_MODULE) <= $<"
1194 $(call transform-host-c-or-s-to-o-no-deps, $(PRIVATE_CFLAGS) $(PRIVATE_DEBUG_CFLAGS))
1197 define transform-host-m-to-o
1198 $(transform-host-m-to-o-no-deps)
1337 ## Commands for running host ar
1341 define _extract-and-include-single-host-whole-static-lib
1367 define extract-and-include-host-whole-static-libs
1370 $(call _extract-and-include-single-host-whole-static-lib, $(lib)))
1375 define transform-host-o-to-static-lib
1378 $(extract-and-include-host-whole-static-libs)
1379 @echo "host StaticLib: $(PRIVATE_MODULE) ($@)"
1393 define transform-host-o-to-shared-lib-inner
1406 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
1409 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
1413 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
1419 define transform-host
1421 @echo "host SharedLib: $(PRIVATE_MODULE) ($@)"
1422 $(transform-host-o-to-shared-lib-inner)
1425 define transform-host-o-to-package
1427 @echo "host Package: $(PRIVATE_MODULE) ($@)"
1428 $(transform-host-o-to-shared-lib-inner)
1587 ## Commands for running gcc to link a host executable
1600 define transform-host-o-to-executable-inner
1604 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
1607 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
1611 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
1625 define transform-host-o-to-executable
1627 @echo "host Executable: $(PRIVATE_MODULE) ($@)"
1628 $(transform-host-o-to-executable-inner)
1730 # Common definition to invoke javac on the host and target.
2129 define transform-host-java-to-package
2130 @echo "host Java: $(PRIVATE_MODULE) ($(PRIVATE_CLASS_INTERMEDIATES_DIR))"
2231 @echo "$(if $(PRIVATE_IS_HOST_MODULE),host,target) Prebuilt: $(PRIVATE_MODULE) ($@)"
2237 @echo "$(if $(PRIVATE_IS_HOST_MODULE),host,target) Prebuilt APK: $(PRIVATE_MODULE) ($@)"
2243 @echo "$(if $(PRIVATE_IS_HOST_MODULE),host,target) Prebuilt: $(PRIVATE_MODULE) ($@)"