Merge "Move BOARD_EXT4_SHARE_DUP_BLOCKS to BoardConfigMainlineCommon.mk" into rvc-dev am: 2cde78687d

Change-Id: Ib6c1a7a365012cf5f1ba96c40a2ebb869f08accb
This commit is contained in:
TreeHugger Robot 2020-05-18 04:36:27 +00:00 committed by Automerger Merge Worker
commit dfbff3a4c6
3 changed files with 2 additions and 4 deletions

View file

@ -33,8 +33,6 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
# emulator needs super.img
BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true
BOARD_EXT4_SHARE_DUP_BLOCKS := true
# 3G + header
BOARD_SUPER_PARTITION_SIZE := 3229614080
BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions

View file

@ -6,6 +6,8 @@
TARGET_NO_BOOTLOADER := true
TARGET_NO_RECOVERY := true
BOARD_EXT4_SHARE_DUP_BLOCKS := true
TARGET_USERIMAGES_USE_EXT4 := true
# Mainline devices must have /system_ext, /vendor and /product partitions.

View file

@ -54,8 +54,6 @@ endif
include build/make/target/board/BoardConfigGsiCommon.mk
BOARD_EXT4_SHARE_DUP_BLOCKS := true
TARGET_NO_KERNEL := false
TARGET_NO_VENDOR_BOOT := true
BOARD_USES_RECOVERY_AS_BOOT := true