Skip to content
Snippets Groups Projects
Unverified Commit d793683d authored by Erfan Abdi's avatar Erfan Abdi :volcano:
Browse files

evert: add vendor


Signed-off-by: default avatarErfan Abdi <erfangplus@gmail.com>
parent e9f04d78
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ BOARD_BOOTIMAGE_PARTITION_SIZE := 0x04000000
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x0AC000000
BOARD_VENDORIMAGE_PARTITION_SIZE := 0x039000000
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
TARGET_COPY_OUT_VENDOR := vendor
# SELinux
#BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy
......
......@@ -29,7 +29,8 @@ AB_OTA_UPDATER := true
AB_OTA_PARTITIONS += \
boot \
system
system \
vendor
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment