blob: f3e63f3ac817beb15ec5b9b4150cb08f7bd47216 [file] [log] [blame]
Nahhk0b0b2e92025-03-19 06:23:56 -05001#
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
Bruno Martinsf28d22d2024-06-23 12:29:15 +010011# Add common definitions for Qualcomm
12$(call inherit-product, hardware/qcom-caf/common/common.mk)
13
Nahhk0b0b2e92025-03-19 06:23:56 -050014# Enable project quotas and casefolding for emulated storage without sdcardfs
15$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
16
17# Setup dalvik vm configs
18$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
19
20# Inherit the proprietary files
21$(call inherit-product, vendor/xiaomi/sm6225-common/sm6225-common-vendor.mk)
Nahhkf6a7fea2025-01-20 12:23:44 -050022
Michael Bestasd0a68f82025-01-13 11:03:38 +020023# Partitions
24PRODUCT_PACKAGES += \
25 vendor_bt_firmware_mountpoint \
26 vendor_dsp_mountpoint \
27 vendor_firmware_mnt_mountpoint
28
Nahhk74c51492024-12-19 15:08:45 -050029PRODUCT_USE_DYNAMIC_PARTITIONS := true
30
Nahhkf6a7fea2025-01-20 12:23:44 -050031# Shipping API Level
32PRODUCT_SHIPPING_API_LEVEL := 33
Alessandro Astone7042dfb2020-10-29 08:40:54 +010033
34# Soong namespaces
35PRODUCT_SOONG_NAMESPACES += \
36 $(LOCAL_PATH)