Home | History | Annotate | Download | only in build

Lines Matching defs:host

201   patchoatd-host
221 dexoptanalyzerd-host
233 dex2oatd-host
240 dex2oatd-host
249 ART_GTEST_dexdiag_test_HOST_DEPS := dexdiag-host
257 dexdump2-host
268 dexlayoutd-host \
269 dexdump2-host
280 dexlist-host
287 # For the host, also add the installed tool (in the base size, that should suffice). For the
292 imgdiagd-host
302 oatdumpd-host \
303 oatdumpds-host \
304 dexdump2-host
313 dex2oatd-host \
314 dex2oatds-host
324 ART_GTEST_profile_assistant_test_HOST_DEPS := profmand-host
330 hiddenapid-host
508 # Define make rules for a host gtests.
512 define define-art-gtest-rule-host
513 gtest_rule := test-art-host-gtest-$(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX)
515 # Dependencies for all host gtests.
577 endef # define-art-gtest-rule-host
579 # Define the rules to build and run host and target gtests.
618 define define-art-gtest-host
627 $$(eval $$(call define-art-gtest-rule-host,$$(art_gtest_name),$$(art_gtest_filename),$(2)))
632 endef # define-art-gtest-host
654 # Define the rules to build and run gtests for both archs on host.
656 define define-art-gtest-host-both
659 .PHONY: test-art-host-gtest-$$(art_gtest_name)
660 test-art-host-gtest-$$(art_gtest_name): $$(ART_TEST_HOST_GTEST_$$(art_gtest_name)_RULES)
663 .PHONY: valgrind-test-art-host-gtest-$$(art_gtest_name)
664 valgrind-test-art-host-gtest-$$(art_gtest_name): $$(ART_TEST_HOST_VALGRIND_GTEST_$$(art_gtest_name)_RULES)
671 endef # define-art-gtest-host-both
682 $(foreach file,$(ART_HOST_GTEST_FILES), $(eval $(call define-art-gtest-host,$(file),)))
684 $(foreach file,$(2ND_ART_HOST_GTEST_FILES), $(eval $(call define-art-gtest-host,$(file),2ND_)))
687 $(foreach file,$(ART_HOST_GTEST_FILES), $(eval $(call define-art-gtest-host-both,$$(notdir $$(basename $$(file))))))
695 # Define all the combinations of host/target, valgrind and suffix such as:
696 # test-art-host-gtest or valgrind-test-art-host-gtest64
697 # $(1): host or target
698 # $(2): HOST or TARGET
702 ifeq ($(1),host)
703 ifneq ($(2),HOST)
708 $$(error found $(1) expected host or target)
739 $(eval $(call define-test-art-gtest-combination,host,HOST,,))
740 $(eval $(call define-test-art-gtest-combination,host,HOST,valgrind-,))
741 $(eval $(call define-test-art-gtest-combination,host,HOST,,$(ART_PHONY_TEST_HOST_SUFFIX)))
742 $(eval $(call define-test-art-gtest-combination,host,HOST,valgrind-,$(ART_PHONY_TEST_HOST_SUFFIX)))
744 $(eval $(call define-test-art-gtest-combination,host,HOST,,$(2ND_ART_PHONY_TEST_HOST_SUFFIX)))
745 $(eval $(call define-test-art-gtest-combination,host,HOST,valgrind-,$(2ND_ART_PHONY_TEST_HOST_SUFFIX)))
750 define-art-gtest-rule-host :=