| 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 | |
| Bruno Martins | f28d22d | 2024-06-23 12:29:15 +0100 | [diff] [blame] | 11 | # Add common definitions for Qualcomm |
| 12 | $(call inherit-product, hardware/qcom-caf/common/common.mk) |
| 13 | |
| Nahhk | 0b0b2e9 | 2025-03-19 06:23:56 -0500 | [diff] [blame] | 14 | # 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) |
| Nahhk | f6a7fea | 2025-01-20 12:23:44 -0500 | [diff] [blame] | 22 | |
| Nahhk | c20cc06 | 2025-03-19 08:42:03 -0500 | [diff] [blame^] | 23 | # Fastbootd |
| 24 | PRODUCT_PACKAGES += \ |
| 25 | fastbootd |
| 26 | |
| Michael Bestas | d0a68f8 | 2025-01-13 11:03:38 +0200 | [diff] [blame] | 27 | # Partitions |
| 28 | PRODUCT_PACKAGES += \ |
| 29 | vendor_bt_firmware_mountpoint \ |
| 30 | vendor_dsp_mountpoint \ |
| 31 | vendor_firmware_mnt_mountpoint |
| 32 | |
| Nahhk | 74c5149 | 2024-12-19 15:08:45 -0500 | [diff] [blame] | 33 | PRODUCT_USE_DYNAMIC_PARTITIONS := true |
| 34 | |
| Nahhk | c20cc06 | 2025-03-19 08:42:03 -0500 | [diff] [blame^] | 35 | # Rootdir |
| 36 | PRODUCT_PACKAGES += \ |
| 37 | fstab.qcom \ |
| 38 | fstab.qcom.vendor_ramdisk \ |
| 39 | init.recovery.qcom.rc |
| 40 | |
| Nahhk | f6a7fea | 2025-01-20 12:23:44 -0500 | [diff] [blame] | 41 | # Shipping API Level |
| 42 | PRODUCT_SHIPPING_API_LEVEL := 33 |
| Alessandro Astone | 7042dfb | 2020-10-29 08:40:54 +0100 | [diff] [blame] | 43 | |
| 44 | # Soong namespaces |
| 45 | PRODUCT_SOONG_NAMESPACES += \ |
| 46 | $(LOCAL_PATH) |