Lines Matching refs:host
20 .PHONY: host-unit-tests
22 intermediates_dir := $(call intermediates-dir-for,PACKAGING,host-unit-tests)
23 host_unit_tests_zip := $(PRODUCT_OUT)/host-unit-tests.zip
27 my_host_shared_lib_for_host_unit_tests := $(foreach f,$(COMPATIBILITY.host-unit-tests.HOST_SHARED_L…
34 $(host_unit_tests_zip) : $(COMPATIBILITY.host-unit-tests.FILES) $(my_host_shared_lib_for_host_unit_…
35 echo $(sort $(COMPATIBILITY.host-unit-tests.FILES)) | tr " " "\n" > $@.list
36 grep $(HOST_OUT_TESTCASES) $@.list > $@-host.list || true
37 echo "" >> $@-host-libs.list
39 echo $$shared_lib >> $@-host-libs.list; \
42 $(hide) $(SOONG_ZIP) -d -o $@ -P host -C $(HOST_OUT) -l $@-host.list \
44 -P host/testcases -C $(HOST_OUT) -l $@-host-libs.list -sha256
45 rm -f $@.list $@-host.list $@-target.list $@-host-libs.list
47 host-unit-tests: $(host_unit_tests_zip)
48 $(call dist-for-goals, host-unit-tests, $(host_unit_tests_zip))
51 $(call declare-container-license-deps,$(host_unit_tests_zip),$(COMPATIBILITY.host-unit-tests.FILES)…
53 tests: host-unit-tests