From 7c3e80309d63cbdfd50b1104f44cc8e10366e7d1 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Thu, 19 Nov 2020 18:08:36 +0100 Subject: [PATCH] sm8250-common: Unset TARGET_COPY_OUT_ODM * We aren't building odm anyway. --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9599ac4..3c30587 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -131,7 +131,6 @@ BOARD_ONEPLUS_DYNAMIC_PARTITIONS_SIZE := 7511998464 BOARD_SUPER_PARTITION_GROUPS := oneplus_dynamic_partitions BOARD_SUPER_PARTITION_SIZE := 15032385536 BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64) -TARGET_COPY_OUT_ODM := odm TARGET_COPY_OUT_PRODUCT := product TARGET_COPY_OUT_VENDOR := vendor