blob: d82f3636231b06703ee88270ab792fb40ce77c29 [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
Nahhk0a5c32c2025-01-20 12:23:44 -050022# Shipping API Level
23BOARD_SHIPPING_API_LEVEL := 33
24
Nahhk7117b472025-03-19 06:23:56 -050025# Inherit from vendor blobs
26$(call inherit-product, vendor/xiaomi/sm6225-common/sm6225-common-vendor.mk)