From 91e06248976542fe7c17c9fc2b98c2d31cea3603 Mon Sep 17 00:00:00 2001 From: Woomymy Date: Mon, 27 Feb 2023 15:33:13 +0100 Subject: [PATCH] X6833B: Inherit virtual ab launch_with_vendor_ramdisk makefile Signed-off-by: Woomymy Change-Id: Ie8f796d45b3d303cd784dcc702769d17e075b250 Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com> --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index 393a45d..97a630c 100644 --- a/device.mk +++ b/device.mk @@ -4,6 +4,9 @@ # SPDX-License-Identifier: Apache-2.0 # +# A/B +$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk) + # Dynamic partitions PRODUCT_USE_DYNAMIC_PARTITIONS := true