• Home
  • Raw
  • Download

Lines Matching refs:check

16 define check-product-copy-files
52 $(call check-product-copy-files,$(cf),$(_dest)) \
3557 define check-and-set-avb-args
3573 define check-and-set-custom-avb-chain-args
3584 $(eval $(call check-and-set-avb-args,boot))
3588 $(eval $(call check-and-set-avb-args,vendor_boot))
3591 $(eval $(call check-and-set-avb-args,system))
3594 $(eval $(call check-and-set-avb-args,vendor))
3598 $(eval $(call check-and-set-avb-args,product))
3602 $(eval $(call check-and-set-avb-args,system_ext))
3606 $(eval $(call check-and-set-avb-args,odm))
3610 $(eval $(call check-and-set-avb-args,dtbo))
3614 $(eval $(call check-and-set-avb-args,recovery))
3619 $(eval $(call check-and-set-avb-args,vbmeta_system))
3623 $(eval $(call check-and-set-avb-args,vbmeta_vendor))
3628 $(eval $(call check-and-set-custom-avb-chain-args,$(partition))))
3832 @( $< --check-one --dirmap /system:$(TARGET_OUT) > $@ 2>&1 ) || ( cat $@ && exit 1 )
3852 ( $< --check-one --dirmap /vendor:$(TARGET_OUT_VENDOR) \
3969 ( $< --check-compat $(PRIVATE_CHECK_VINTF_ARGS) \
3990 .PHONY: check-vintf-all
3991 check-vintf-all: $(check_vintf_all_deps)
4011 define check-all-partition-sizes-target
4020 check_all_partition_sizes_log := $(call intermediates-dir-for,PACKAGING,check-all-partition-sizes)/…
4027 $(call check-all-partition-sizes-target, \
4028 $(call intermediates-dir-for,PACKAGING,check-all-partition-sizes)/misc_info.txt, \
4031 .PHONY: check-all-partition-sizes
4032 check-all-partition-sizes: $(check_all_partition_sizes_log)
4034 .PHONY: check-all-partition-sizes-nodeps
4035 check-all-partition-sizes-nodeps:
4036 $(call check-all-partition-sizes-target, \
4037 $(call intermediates-dir-for,PACKAGING,check-all-partition-sizes-nodeps)/misc_info.txt)