From 00c9eb41516806d3a1e4fe9d3188288f81cf5949 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Tue, 11 Jul 2023 16:57:03 -0400 Subject: [PATCH] dopinder: Decommonize super image size Change-Id: I78293436e7db69d356acbe7c14a22cb49e12b905 (cherry picked from commit e8bfbf5c5d667cc5606eb1932e9bc767c83ab837) --- BoardConfig.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index e8dab30..6fc54cb 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2022 The LineageOS Project +# Copyright (C) 2021-2023 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # @@ -12,6 +12,9 @@ TARGET_BOOTLOADER_BOARD_NAME := sti6140d360 ## DTB TARGET_DTB_NAME := g12a_s905x2_u212_sti6130d3x0 +## Partitions +BOARD_SUPER_PARTITION_SIZE := 1677721600 + ## Properties TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop -- 2.20.1