android_device_tecno_LG8n/device.mk
Woomymy 91e0624897 X6833B: Inherit virtual ab launch_with_vendor_ramdisk makefile
Signed-off-by: Woomymy <woomy@woomy.be>
Change-Id: Ie8f796d45b3d303cd784dcc702769d17e075b250
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
2023-12-13 01:10:44 +07:00

22 lines
471 B
Makefile

#
# Copyright (C) 2023 The LineageOS Project
#
# 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
# Shipping API level
PRODUCT_SHIPPING_API_LEVEL := 31
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Inherit the proprietary files
$(call inherit-product, vendor/infinix/X6833B/X6833B-vendor.mk)