Searched refs:subdirs (Results 1 – 9 of 9) sorted by relevance
/test/vts/tools/build/tasks/framework/ |
D | vtf_package.mk | 60 $(call find-files-in-subdirs,test/vts,"*.py" -and -type f,.) \ 61 $(call find-files-in-subdirs,test/vts,"*.runner_conf" -and -type f,.) \ 62 $(call find-files-in-subdirs,test/vts,"*.push" -and -type f,.) 69 $(call find-files-in-subdirs,test/vts-testcase,"*.py" -and -type f,.) \ 70 $(call find-files-in-subdirs,test/vts-testcase,"*.runner_conf" -and -type f,.) \ 71 $(call find-files-in-subdirs,test/vts-testcase,"*.push" -and -type f,.) \ 72 $(call find-files-in-subdirs,test/vts-testcase,"*.dump" -and -type f,.) 84 $(call find-files-in-subdirs,cts/apps/CameraITS,"*.py" -and -type f,.) \ 85 $(call find-files-in-subdirs,cts/apps/CameraITS,"*.pdf" -and -type f,.) \ 86 $(call find-files-in-subdirs,cts/apps/CameraITS,"*.png" -and -type f,.) [all …]
|
/test/framework/build/ |
D | Android.mk | 58 $(call find-files-in-subdirs,test/framework/harnesses/host_controller,"*.py" -and -type f,.) \ 66 $(call find-files-in-subdirs,test/framework/harnesses/host_controller/gsi,"*.sh" -and -type f,.) \ 81 $(call find-files-in-subdirs,tools/acloud,"*.py" -and -type f,.) \ 82 $(call find-files-in-subdirs,tools/acloud,"*.config" -and -type f,.) 89 $(call find-files-in-subdirs,test/vti/dashboard/proto,"*.py" -and -type f,.) 92 $(call find-files-in-subdirs,test/vti/test_serving/proto,"*.py" -and -type f,.) 110 $(call find-files-in-subdirs,test/vts,"*.py" -and -type f,.)
|
/test/vts/tools/build/tasks/ |
D | vts_package.mk | 95 $(call find-files-in-subdirs,test/vts-testcase/hal-trace,"*.vts.trace" -and -type f,.) \ 114 $(call find-files-in-subdirs,hardware/interfaces/media/res,"*.*" -and -type f,.) \ 121 …$(call find-files-in-subdirs,frameworks/av/media/codec2/hidl/1.0/vts/functional/res,"*.*" -and -ty… 128 $(call find-files-in-subdirs,test/vts-testcase/nbu/src,"*.apk" -and -type f,.) 135 $(call find-files-in-subdirs,test/vts-testcase/performance/res/,"*.*" -and -type f,.) \ 142 $(call find-files-in-subdirs,hardware/interfaces/audio,"*.xsd" -and -type f,.) \ 177 $(call find-files-in-subdirs, ., "*.hal" -and -type f, \ 182 $(call find-files-in-subdirs, ., "*.txt" -and -type f, \
|
/test/vts-testcase/hal/script/build/ |
D | build_rule_gen_utils.py | 63 def OnlySubdirsBpRule(warning_header, subdirs): argument 75 for subdir in subdirs:
|
/test/vti/test_serving/configs/global/ |
D | Android.mk | 25 $(vti-global-config-prod-zip): $(SOONG_ZIP) $(call find-files-in-subdirs,.,"*.*_config", $(dirs)) 41 $(vti-global-config-test-zip): $(SOONG_ZIP) $(call find-files-in-subdirs,.,"*.*_config", $(dirs))
|
/test/vts-testcase/hal/treble/ |
D | Android.bp | 17 subdirs = [
|
/test/vts-testcase/security/ |
D | Android.bp | 15 subdirs = [
|
/test/vts-testcase/fuzz/ |
D | Android.bp | 15 subdirs = [
|
/test/vts/tools/build/utils/ |
D | vts_package_utils.mk | 86 $(call find-files-in-subdirs,$(lsdump_dir),"*.lsdump" -and -type f,.)) \
|