| Nahhk | 0b0b2e9 | 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 | # Inherit from those products. Most specific first. |
| 8 | $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) |
| 9 | $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) |
| 10 | |
| 11 | # Enable project quotas and casefolding for emulated storage without sdcardfs |
| 12 | $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) |
| 13 | |
| 14 | # Setup dalvik vm configs |
| 15 | $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) |
| 16 | |
| 17 | # Inherit the proprietary files |
| 18 | $(call inherit-product, vendor/xiaomi/sm6225-common/sm6225-common-vendor.mk) |
| Nahhk | f6a7fea | 2025-01-20 12:23:44 -0500 | [diff] [blame] | 19 | |
| 20 | # Shipping API Level |
| 21 | PRODUCT_SHIPPING_API_LEVEL := 33 |
| Alessandro Astone | 7042dfb | 2020-10-29 08:40:54 +0100 | [diff] [blame^] | 22 | |
| 23 | # Soong namespaces |
| 24 | PRODUCT_SOONG_NAMESPACES += \ |
| 25 | $(LOCAL_PATH) |