blob: 4f49cea49aa515c03227a9ea80fed7164c7f6456 [file] [log] [blame]
Nahhk7117b472025-03-19 06:23:56 -05001#
2# Copyright (C) 2025 The LineageOS Project
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7# Enable project quotas and casefolding for emulated storage without sdcardfs
8$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
9
10# Installs gsi keys into ramdisk, to boot a GSI with verified boot.
11$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
12
13# Enforce generic ramdisk allow list
14$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
15
16# Setup dalvik vm configs
17$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
18
19# A/B
20$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
21
22# Inherit from vendor blobs
23$(call inherit-product, vendor/xiaomi/sm6225-common/sm6225-common-vendor.mk)