Loading core/Makefile +5 −5 Original line number Diff line number Diff line Loading @@ -4723,7 +4723,7 @@ check_vintf_system_log := $(intermediates)/check_vintf_system.log check_vintf_all_deps += $(check_vintf_system_log) $(check_vintf_system_log): $(HOST_OUT_EXECUTABLES)/checkvintf $(check_vintf_system_deps) @( $< --check-one --dirmap /system:$(TARGET_OUT) > $@ 2>&1 ) || ( cat $@ && exit 1 ) $(call declare-0p-target,$(check_vintf_system_log)) $(call declare-1p-target,$(check_vintf_system_log)) check_vintf_system_log := # -- Check framework manifest against frozen manifests for GSI targets. They need to be compatible. Loading @@ -4735,7 +4735,7 @@ $(vintffm_log): $(HOST_OUT_EXECUTABLES)/vintffm $(check_vintf_system_deps) @( $< --check --dirmap /system:$(TARGET_OUT) \ $(VINTF_FRAMEWORK_MANIFEST_FROZEN_DIR) > $@ 2>&1 ) || ( cat $@ && exit 1 ) $(call declare-0p-target,$(vintffm_log)) $(call declare-1p-target,$(vintffm_log)) endif # check_vintf_system_deps check_vintf_system_deps := Loading @@ -4759,7 +4759,7 @@ $(check_vintf_vendor_log): $(HOST_OUT_EXECUTABLES)/checkvintf $(check_vintf_vend ( $< --check-one --dirmap /vendor:$(TARGET_OUT_VENDOR) --dirmap /apex:$(APEX_OUT) \ --property ro.boot.product.vendor.sku=$(filter-out EMPTY_VENDOR_SKU_PLACEHOLDER,$(vendor_sku)) \ > $@ 2>&1 ) || ( cat $@ && exit 1 ); ) $(call declare-0p-target,$(check_vintf_vendor_log)) $(call declare-1p-target,$(check_vintf_vendor_log)) check_vintf_vendor_log := endif # check_vintf_vendor_deps check_vintf_vendor_deps := Loading Loading @@ -4920,7 +4920,7 @@ $(check_vintf_compatible_log): $(HOST_OUT_EXECUTABLES)/checkvintf $(check_vintf_ --property ro.boot.product.vendor.sku=$(filter-out EMPTY_VENDOR_SKU_PLACEHOLDER,$(vendor_sku)) \ >> $@ 2>&1 ) || (cat $@ && exit 1); )) $(call declare-0p-target,$(check_vintf_compatible_log)) $(call declare-1p-target,$(check_vintf_compatible_log)) check_vintf_compatible_log := check_vintf_compatible_args := Loading Loading @@ -4985,7 +4985,7 @@ $(check_all_partition_sizes_log): \ $(call intermediates-dir-for,PACKAGING,check-all-partition-sizes)/misc_info.txt, \ $@) $(call declare-0p-target,$(check_all_partition_sizes_log)) $(call declare-1p-target,$(check_all_partition_sizes_log)) .PHONY: check-all-partition-sizes check-all-partition-sizes: $(check_all_partition_sizes_log) Loading Loading
core/Makefile +5 −5 Original line number Diff line number Diff line Loading @@ -4723,7 +4723,7 @@ check_vintf_system_log := $(intermediates)/check_vintf_system.log check_vintf_all_deps += $(check_vintf_system_log) $(check_vintf_system_log): $(HOST_OUT_EXECUTABLES)/checkvintf $(check_vintf_system_deps) @( $< --check-one --dirmap /system:$(TARGET_OUT) > $@ 2>&1 ) || ( cat $@ && exit 1 ) $(call declare-0p-target,$(check_vintf_system_log)) $(call declare-1p-target,$(check_vintf_system_log)) check_vintf_system_log := # -- Check framework manifest against frozen manifests for GSI targets. They need to be compatible. Loading @@ -4735,7 +4735,7 @@ $(vintffm_log): $(HOST_OUT_EXECUTABLES)/vintffm $(check_vintf_system_deps) @( $< --check --dirmap /system:$(TARGET_OUT) \ $(VINTF_FRAMEWORK_MANIFEST_FROZEN_DIR) > $@ 2>&1 ) || ( cat $@ && exit 1 ) $(call declare-0p-target,$(vintffm_log)) $(call declare-1p-target,$(vintffm_log)) endif # check_vintf_system_deps check_vintf_system_deps := Loading @@ -4759,7 +4759,7 @@ $(check_vintf_vendor_log): $(HOST_OUT_EXECUTABLES)/checkvintf $(check_vintf_vend ( $< --check-one --dirmap /vendor:$(TARGET_OUT_VENDOR) --dirmap /apex:$(APEX_OUT) \ --property ro.boot.product.vendor.sku=$(filter-out EMPTY_VENDOR_SKU_PLACEHOLDER,$(vendor_sku)) \ > $@ 2>&1 ) || ( cat $@ && exit 1 ); ) $(call declare-0p-target,$(check_vintf_vendor_log)) $(call declare-1p-target,$(check_vintf_vendor_log)) check_vintf_vendor_log := endif # check_vintf_vendor_deps check_vintf_vendor_deps := Loading Loading @@ -4920,7 +4920,7 @@ $(check_vintf_compatible_log): $(HOST_OUT_EXECUTABLES)/checkvintf $(check_vintf_ --property ro.boot.product.vendor.sku=$(filter-out EMPTY_VENDOR_SKU_PLACEHOLDER,$(vendor_sku)) \ >> $@ 2>&1 ) || (cat $@ && exit 1); )) $(call declare-0p-target,$(check_vintf_compatible_log)) $(call declare-1p-target,$(check_vintf_compatible_log)) check_vintf_compatible_log := check_vintf_compatible_args := Loading Loading @@ -4985,7 +4985,7 @@ $(check_all_partition_sizes_log): \ $(call intermediates-dir-for,PACKAGING,check-all-partition-sizes)/misc_info.txt, \ $@) $(call declare-0p-target,$(check_all_partition_sizes_log)) $(call declare-1p-target,$(check_all_partition_sizes_log)) .PHONY: check-all-partition-sizes check-all-partition-sizes: $(check_all_partition_sizes_log) Loading