Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d11953c3 authored by Yifan Hong's avatar Yifan Hong
Browse files

check_all_partition_sizes_log -> .log

So that it can be viewed directly in the web browser.
Test: pass

Change-Id: Ic90a5d1511153a74726f1bdee5d9a058756f2d19
parent d04a95a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3990,7 +3990,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))