summaryrefslogtreecommitdiff
path: root/db845c/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'db845c/device.mk')
-rw-r--r--db845c/device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/db845c/device.mk b/db845c/device.mk
index 0c2cbf9..b6480a5 100644
--- a/db845c/device.mk
+++ b/db845c/device.mk
@@ -28,7 +28,11 @@ AB_OTA_PARTITIONS += \
system_ext \
vendor
+ifeq ($(TARGET_USES_BOOT_HDR_V3), true)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
+else
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
+endif
PRODUCT_COPY_FILES := \
$(DB845C_KERNEL_DIR)/Image.gz:kernel \