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

Commit 0280e787 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

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

Change-Id: I7c17fccc69ba52fac67aa8975125a54da4cafb8a
parents 1d219d59 55917b89
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.