Merge "check_all_partition_sizes_log -> .log" am: c2643ead16 am: 13478972cf am: 70bee74f1b

Original change: https://android-review.googlesource.com/c/platform/build/+/1629123

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I58e18626107c61effd82c656a1bf24fcc5b33c41
This commit is contained in:
Treehugger Robot
2021-03-12 08:47:41 +00:00
committed by Automerger Merge Worker

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))