Lines Matching refs:wildcard
149 ifneq ($(wildcard $(ndk_docs_src_dir)),)
779 $(INSTALLED_DTBIMAGE_TARGET) : $(sort $(wildcard $(BOARD_PREBUILT_DTBIMAGE_DIR)/*.dtb))
1944 ifneq (,$(wildcard $(recovery_resources_common)-$(recovery_density)))
2058 TARGET_PRIVATE_RES_DIRS := $(wildcard $(TARGET_DEVICE_DIR)/recovery/res)
2068 recovery_fstab := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery.fstab))
4412 ifneq (,$(wildcard device))
4414 $(sort $(shell find device $(wildcard vendor) -type f -name "*.pk8" -o -name "verifiedboot*" -o \
4417 ifneq (,$(wildcard external/avb))
4705 tool_extension := $(wildcard $(tool_extensions)/releasetools.py)
5925 ifneq (,$(strip $(wildcard $(atree_dir)/sdk-android-$(TARGET_CPU_ABI).atree)))
6037 include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
6038 -include $(sort $(wildcard vendor/*/build/tasks/*.mk))
6039 -include $(sort $(wildcard device/*/build/tasks/*.mk))
6040 -include $(sort $(wildcard product/*/build/tasks/*.mk))
6042 -include $(sort $(wildcard vendor/*/*/build/tasks/*.mk))
6043 -include $(sort $(wildcard device/*/*/build/tasks/*.mk))
6044 -include $(sort $(wildcard product/*/*/build/tasks/*.mk))
6046 include $(sort $(wildcard platform_testing/build/tasks/*.mk))
6047 include $(sort $(wildcard test/vts/tools/build/tasks/*.mk))