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

Commit d39a0be3 authored by Dan Willemsen's avatar Dan Willemsen Committed by Automerger Merge Worker
Browse files

Merge "Remove empty new-space in dynamic_partition_list and...

Merge "Remove empty new-space in dynamic_partition_list and super_$(group)_partition_list" am: 4d1284c0 am: 55917b89 am: 0280e787 am: 7353fc48 am: 8f8c0303

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

Change-Id: I64a5c33f162280eeff69a773bed5ee7a1927355a
parents ab1c37c3 8f8c0303
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -978,8 +978,7 @@ $(error BOARD_SUPER_PARTITION_PARTITION_LIST should not be defined, but computed
    BOARD_SUPER_PARTITION_GROUPS and BOARD_*_PARTITION_LIST)
endif
BOARD_SUPER_PARTITION_PARTITION_LIST := \
    $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)), \
        $(BOARD_$(group)_PARTITION_LIST))
    $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)),$(BOARD_$(group)_PARTITION_LIST))
.KATI_READONLY := BOARD_SUPER_PARTITION_PARTITION_LIST

ifneq ($(BOARD_SUPER_PARTITION_SIZE),)
+2 −2

File changed.

Contains only whitespace changes.