Home | History | Annotate | Download | only in tasks

Lines Matching defs:device

16 .PHONY: device-tests
18 device-tests-zip := $(PRODUCT_OUT)/device-tests.zip
19 # Create an artifact to include a list of test config files in device-tests.
20 device-tests-list-zip := $(PRODUCT_OUT)/device-tests_list.zip
21 $(device-tests-zip) : .KATI_IMPLICIT_OUTPUTS := $(device-tests-list-zip)
22 $(device-tests-zip) : PRIVATE_device_tests_list := $(PRODUCT_OUT)/device-tests_list
24 $(device-tests-zip) : $(COMPATIBILITY.device-tests.FILES) $(SOONG_ZIP)
25 echo $(sort $(COMPATIBILITY.device-tests.FILES)) | tr " " "\n" > $@.list
32 $(hide) $(SOONG_ZIP) -d -o $(device-tests-list-zip) -C $(dir $@) -f $(PRIVATE_device_tests_list)
35 device-tests: $(device-tests-zip)
36 $(call dist-for-goals, device-tests, $(device-tests-zip) $(device-tests-list-zip))
38 tests: device-tests