Lines Matching refs:host

35     $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST)/$(lib).so:lib64/$(lib)-host.so \
36 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST,,2ND)/$(lib).so:lib/$(lib)-host.so)
63 LOCAL_COMPATIBILITY_SUITE := art-host-tests
65 $(foreach f,$(my_files),$(call word-colon,1,$f):out/host/linux-x86/$(call word-colon,2,$f))
202 define define-art-gtest-rule-host
204 gtest_rule := test-art-host-gtest-$$(gtest_suffix)
205 gtest_build_rule := test-art-host-gtest-dependencies-$$(gtest_suffix)
206 gtest_output := $(call intermediates-dir-for,PACKAGING,art-host-gtest,HOST)/$$(gtest_suffix).xml
318 define define-art-gtest-host
326 $$(eval $$(call define-art-gtest-rule-host,$$(art_gtest_name),$$(art_gtest_filename),$(2)))
335 define define-art-gtest-host-both
338 .PHONY: test-art-host-gtest-$$(art_gtest_name)
339 test-art-host-gtest-$$(art_gtest_name): $$(ART_TEST_HOST_GTEST_$$(art_gtest_name)_RULES)
357 $(foreach file,$(ART_HOST_GTEST_FILES), $(eval $(call define-art-gtest-host,$(file),)))
359 $(foreach file,$(2ND_ART_HOST_GTEST_FILES), $(eval $(call define-art-gtest-host,$(file),2ND_)))
362 …$(foreach file,$(ART_HOST_GTEST_FILES), $(eval $(call define-art-gtest-host-both,$$(notdir $$(base…
371 ifeq ($(1),host)
377 $$(error found $(1) expected host or target)
401 $(eval $(call define-test-art-gtest-combination,host,HOST,))
402 $(eval $(call define-test-art-gtest-combination,host,HOST,$(ART_PHONY_TEST_HOST_SUFFIX)))
404 $(eval $(call define-test-art-gtest-combination,host,HOST,$(2ND_ART_PHONY_TEST_HOST_SUFFIX)))
413 ifeq ($(1),host)
419 $$(error found $(1) expected host or target)
443 $(eval $(call define-test-art-gtest-dependency-combination,host,HOST,))
444 $(eval $(call define-test-art-gtest-dependency-combination,host,HOST,$(ART_PHONY_TEST_HOST_SUFFIX)))
446 $(eval $(call define-test-art-gtest-dependency-combination,host,HOST,$(2ND_ART_PHONY_TEST_HOST_SUFF…
451 define-art-gtest-rule-host :=