| Nahhk | 7117b47 | 2025-03-19 06:23:56 -0500 | [diff] [blame] | 1 | # |
| 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 | |
| Nahhk | 0a5c32c | 2025-01-20 12:23:44 -0500 | [diff] [blame^] | 22 | # Shipping API Level |
| 23 | BOARD_SHIPPING_API_LEVEL := 33 |
| 24 | |
| Nahhk | 7117b47 | 2025-03-19 06:23:56 -0500 | [diff] [blame] | 25 | # Inherit from vendor blobs |
| 26 | $(call inherit-product, vendor/xiaomi/sm6225-common/sm6225-common-vendor.mk) |