Lines Matching refs:dir
1 LOCAL_PATH := $(call my-dir)
43 …$(call intermediates-dir-for,PACKAGING,bluetooth_cert_src_and_bin,HOST)/bluetooth_cert_src_and_bin…
72 …$(call intermediates-dir-for,PACKAGING,bluetooth_cert_tests_py_package,HOST)/bluetooth_cert_tests.…
80 @rm -rf $(dir $@)bluetooth_cert_tests
81 @rm -rf $(dir $@)acts
82 @mkdir -p $(dir $@)bluetooth_cert_tests
83 @mkdir -p $(dir $@)acts
84 $(hide) unzip -o -q $(PRIVATE_acts_zip) "tools/test/connectivity/acts/framework/*" -d $(dir $@)acts
85 $(hide) unzip -o -q $(PRIVATE_cert_src_and_bin_zip) -d $(dir $@)bluetooth_cert_tests
86 $(hide) unzip -o -q $(PRIVATE_cert_generated_py_zip) -d $(dir $@)bluetooth_cert_tests
88 $(hide) for f in `find $(dir $@)bluetooth_cert_tests -type d -name "*" \
92 $(hide) $(SOONG_ZIP) -d -o $@ -C $(dir $@)bluetooth_cert_tests -D $(dir $@)bluetooth_cert_tests \
94 …-C $(dir $@)acts/tools/test/connectivity/acts/framework -D $(dir $@)acts/tools/test/connectivity/a…