# # 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) AB_OTA_UPDATER := true AB_OTA_PARTITIONS := \ boot \ odm_dlkm \ product \ system \ system_ext \ vbmeta \ vbmeta_system \ vbmeta_vendor \ vendor \ vendor_boot \ vendor_dlkm AB_OTA_POSTINSTALL_CONFIG += \ RUN_POSTINSTALL_system=true \ POSTINSTALL_PATH_system=system/bin/otapreopt_script \ FILESYSTEM_TYPE_system=erofs \ POSTINSTALL_OPTIONAL_system=true AB_OTA_POSTINSTALL_CONFIG += \ RUN_POSTINSTALL_vendor=true \ POSTINSTALL_PATH_vendor=bin/checkpoint_gc \ FILESYSTEM_TYPE_vendor=erofs \ POSTINSTALL_OPTIONAL_vendor=true PRODUCT_PACKAGES += \ update_engine \ update_engine_sideload \ update_verifier \ otapreopt_script \ checkpoint_gc # Allow userspace reboots $(call inherit-product, $(SRC_TARGET_DIR)/product/userspace_reboot.mk) # Boot control HAL PRODUCT_PACKAGES += \ android.hardware.boot@1.2-service \ android.hardware.boot@1.2-impl:64 \ android.hardware.boot@1.2-impl.recovery # Dalvik configs $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) # Dynamic partitions PRODUCT_USE_DYNAMIC_PARTITIONS := true # Enforce generic ramdisk allow list $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk) # FastbootD PRODUCT_PACKAGES += \ android.hardware.fastboot@1.1-impl-mock \ fastbootd # Health PRODUCT_PACKAGES += \ android.hardware.health@2.1-service \ android.hardware.health@2.1-impl \ android.hardware.health@2.1-impl.recovery # Init files PRODUCT_PACKAGES += \ fstab.mt6789.vendor_ramdisk # Include GSI keys $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk) # Project ID Quota $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) # Shipping API level PRODUCT_SHIPPING_API_LEVEL := 31 # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) \ hardware/mediatek # Updatable APEXes $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) # Inherit the proprietary files $(call inherit-product, vendor/infinix/X6833B/X6833B-vendor.mk)