sm6225-common: Decommonize vendor_boot

Change-Id: I0cbe93fed447bcd86cbfb0e7a4e01823691f6f32
This commit is contained in:
Michael Bestas 2023-06-08 10:07:48 +03:00
parent d930c127a7
commit 5b339c43bc
No known key found for this signature in database
GPG key ID: CC95044519BE6669
2 changed files with 1 additions and 3 deletions

View file

@ -130,7 +130,6 @@ BOARD_USES_METADATA_PARTITION := true
BOARD_BOOTIMAGE_PARTITION_SIZE := 100663296
BOARD_DTBOIMG_PARTITION_SIZE := 25165824
BOARD_USERDATAIMAGE_PARTITION_SIZE ?= 118235312128
BOARD_VENDOR_BOOTIMAGE_PARTITION_SIZE := 100663296
BOARD_SUPER_PARTITION_SIZE ?= 7583301632
BOARD_SUPER_PARTITION_GROUPS := moto_dynamic_partitions

View file

@ -17,8 +17,7 @@ AB_OTA_PARTITIONS += \
system \
system_ext \
vbmeta \
vendor \
vendor_boot
vendor
PRODUCT_PACKAGES += \
update_engine \