Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 25 of 33) sorted by relevance

12

/build/make/core/
Dsysprop.mk286 system_prop_file := $(wildcard $(TARGET_DEVICE_DIR)/system.prop)
329 $(wildcard $(TARGET_DEVICE_DIR)/vendor.prop))
368 $(wildcard $(TARGET_DEVICE_DIR)/product.prop))
421 $(wildcard $(TARGET_DEVICE_DIR)/odm.prop))
472 $(wildcard $(TARGET_DEVICE_DIR)/system_ext.prop))
Dforce_aapt2.mk48 ifeq (,$(wildcard $(LOCAL_PATH)/AndroidManifest.xml))
Dninja_config.mk45 include $(wildcard vendor/*/build/ninja_config.mk)
Ddumpconfig.mk29 ifneq (build/make/core/config.mk,$(wildcard build/make/core/config.mk))
Dsdk_font.mk21 sdk_font_config := $(sort $(wildcard frameworks/base/data/fonts/*.xml))
Dversion_defaults.mk37 INTERNAL_BUILD_ID_MAKEFILE := $(wildcard $(BUILD_SYSTEM)/build_id.mk)
Dnode_fns.mk236 $(if $(wildcard $(_in)), \
Dproduct.mk506 $(if $(wildcard $(1)),$(call inherit-product,$(1)),)
632 $(if $(wildcard $(word 1,$(subst :, ,$(1)))),$(1))
Dnotice_files.mk9 notice_file:=$(strip $(wildcard $(LOCAL_PATH)/LICENSE $(LOCAL_PATH)/LICENCE $(LOCAL_PATH)/NOTICE))
Dconfig.mk356 TARGET_DEVICE_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_DEVICE_DIR)/kernel-headers))
367 TARGET_BOARD_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_BOARD_KERNEL_HEADERS)))
373 TARGET_PRODUCT_KERNEL_HEADERS := $(strip $(wildcard $(PRODUCT_VENDOR_KERNEL_HEADERS)))
1084 TARGET_AVAILABLE_SDK_VERSIONS := $(wildcard $(HISTORICAL_SDK_VERSIONS_ROOT)/*/*/android.jar)
Dbase_rules.mk732 test_config := $(wildcard $(LOCAL_PATH)/AndroidTest.xml)
798 ifneq (,$(wildcard $(LOCAL_PATH)/DynamicConfig.xml))
804 ifneq (,$(wildcard $(LOCAL_PATH)/$(LOCAL_MODULE)_*.config))
805 $(foreach extra_config, $(wildcard $(LOCAL_PATH)/$(LOCAL_MODULE)_*.config), \
DMakefile149 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)))
[all …]
Dpackage_internal.mk123 $(wildcard $(foreach dir, $(PRODUCT_PACKAGE_OVERLAYS), \
126 $(wildcard $(foreach dir, $(DEVICE_PACKAGE_OVERLAYS), \
/build/make/core/tasks/
Dsts.mk15 ifneq ($(wildcard test/sts/README.md),)
Dcts_root.mk15 ifneq ($(wildcard test/cts-root/README.md),)
Dmts.mk15 ifneq ($(wildcard test/mts/README.md),)
/build/make/core/combo/
DTARGET_linux-arm64.mk37 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
DTARGET_linux-x86_64.mk30 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
DTARGET_linux-x86.mk30 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
DTARGET_linux-arm.mk62 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
/build/make/tools/rbcrun/
Dhost.go146 func wildcard(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, func
234 "rblf_wildcard": starlark.NewBuiltin("rblf_wildcard", wildcard),
/build/make/target/product/gsi/
DAndroid.mk13 ifeq ($(wildcard $(LATEST_VNDK_LIB_LIST)),)
100 $(if $(wildcard $(1)), \
/build/make/tests/
Drun.rbc22 # * all runtime functions (wildcard, regex, etc.) work
/build/make/target/board/
DAndroid.mk20 board_info_txt := $(wildcard $(TARGET_DEVICE_DIR)/board-info.txt)
/build/soong/androidmk/androidmk/
Dandroid.go898 func allFilesUnder(wildcard string) func(args []string) []string {
907 paths[i] = fmt.Sprintf("%s/**/"+wildcard, dirs[i])

12