Merge "check_all_partition_sizes_log -> .log"

This commit is contained in:
Treehugger Robot 2021-03-12 06:57:08 +00:00 committed by Gerrit Code Review
commit c2643ead16
1 changed files with 1 additions and 1 deletions

View File

@ -4043,7 +4043,7 @@ define check-all-partition-sizes-target
$(CHECK_PARTITION_SIZES) $(if $(2),--logfile $(2),-v) $(1)
endef
check_all_partition_sizes_log := $(call intermediates-dir-for,PACKAGING,check-all-partition-sizes)/check_all_partition_sizes_log
check_all_partition_sizes_log := $(call intermediates-dir-for,PACKAGING,check-all-partition-sizes)/check_all_partition_sizes.log
droid_targets: $(check_all_partition_sizes_log)
$(call dist-for-goals, droid_targets, $(check_all_partition_sizes_log))