Home | History | Annotate | Download | only in core

Lines Matching refs:HOST

84 # Target and host installed module's dependencies on shared libraries.
99 HOST_DISPLAY := host
100 HOST_CROSS_DISPLAY := host cross
506 # $(3): if non-empty, this is a HOST target.
509 # $(6): if non-empty, force the intermediates to be for the host cross os
518 $(eval _idfPrefix := $(if $(strip $(3)),$(if $(strip $(6)),HOST_CROSS,HOST),TARGET)) \
536 # $(3): if non-empty, force the intermediates to be for the host cross os
558 # $(3): if non-empty, this is a HOST target.
568 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
603 define normalize-host-libraries
699 # Get the jar files (you can pass to "javac -classpath") of host dalvik Java libraries.
701 # A host dalvik Java library is different from a host Java library in that
704 define host-dex-java-lib-files
1311 ## Commands for running gcc to compile a host C++ file
1314 define transform-host-cpp-to-o
1341 ## Commands for running gcc to compile a host C file
1345 define transform-host-c-or-s-to-o-no-deps
1365 define transform-host-c-to-o-no-deps
1367 $(call transform-host-c-or-s-to-o-no-deps, $(PRIVATE_CFLAGS) $(PRIVATE_CONLYFLAGS) $(PRIVATE_DEBUG_CFLAGS))
1370 define transform-host-s-to-o-no-deps
1372 $(call transform-host-c-or-s-to-o-no-deps, $(PRIVATE_ASFLAGS))
1375 define transform-host-c-to-o
1376 $(transform-host-c-to-o-no-deps)
1380 define transform-host-s-to-o
1381 $(transform-host-s-to-o-no-deps)
1386 ## Commands for running gcc to compile a host Objective-C file
1389 define transform-host-m-to-o-no-deps
1391 $(call transform-host-c-or-s-to-o-no-deps, $(PRIVATE_CFLAGS) $(PRIVATE_DEBUG_CFLAGS))
1394 define transform-host-m-to-o
1395 $(transform-host-m-to-o-no-deps)
1400 ## Commands for running gcc to compile a host Objective-C++ file
1403 define transform-host-mm-to-o
1404 $(transform-host-cpp-to-o)
1540 ## Commands for running host ar
1544 define _extract-and-include-single-host-whole-static-lib
1569 define extract-and-include-host-whole-static-libs
1572 $(call _extract-and-include-single-host-whole-static-lib, $(lib)))
1577 define transform-host-o-to-static-lib
1581 $(extract-and-include-host-whole-static-libs)
1595 define transform-host-o-to-shared-lib-inner
1608 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
1611 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
1615 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
1621 define transform-host-o-to-shared-lib
1624 $(transform-host-o-to-shared-lib-inner)
1627 define transform-host-o-to-package
1630 $(transform-host-o-to-shared-lib-inner)
1785 ## Commands for running gcc to link a host executable
1798 define transform-host-o-to-executable-inner
1802 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
1805 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
1809 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
1823 define transform-host-o-to-executable
1826 $(transform-host-o-to-executable-inner)
2024 # Common definition to invoke javac on the host and target.
2535 define transform-host-java-to-package
2637 @echo "$(if $(PRIVATE_IS_HOST_MODULE),host,target) Prebuilt: $(PRIVATE_MODULE) ($@)"
2643 @echo "$(if $(PRIVATE_IS_HOST_MODULE),host
2649 @echo "$(if $(PRIVATE_IS_HOST_MODULE),host,target) Prebuilt: $(PRIVATE_MODULE) ($@)"