| # |
| # Copyright (C) 2025 The LineageOS Project |
| # |
| # SPDX-License-Identifier: Apache-2.0 |
| # |
| |
| # Enable project quotas and casefolding for emulated storage without sdcardfs |
| $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) |
| |
| # Installs gsi keys into ramdisk, to boot a GSI with verified boot. |
| $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk) |
| |
| # Enforce generic ramdisk allow list |
| $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk) |
| |
| # Setup dalvik vm configs |
| $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) |
| |
| # A/B |
| $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk) |
| |
| AB_OTA_POSTINSTALL_CONFIG += \ |
| RUN_POSTINSTALL_system=true \ |
| POSTINSTALL_PATH_system=system/bin/otapreopt_script \ |
| FILESYSTEM_TYPE_system=ext4 \ |
| POSTINSTALL_OPTIONAL_system=true |
| |
| AB_OTA_POSTINSTALL_CONFIG += \ |
| RUN_POSTINSTALL_vendor=true \ |
| POSTINSTALL_PATH_vendor=bin/checkpoint_gc \ |
| FILESYSTEM_TYPE_vendor=ext4 \ |
| POSTINSTALL_OPTIONAL_vendor=true |
| |
| PRODUCT_PACKAGES += \ |
| checkpoint_gc \ |
| otapreopt_script |
| |
| # Audio |
| PRODUCT_PACKAGES += \ |
| android.hardware.audio@7.0-impl \ |
| android.hardware.audio.effect@7.0-impl \ |
| android.hardware.audio.service \ |
| android.hardware.bluetooth.audio-impl \ |
| android.hardware.soundtrigger@2.3-impl \ |
| audioadsprpcd \ |
| audio.bluetooth.default \ |
| audio.r_submix.default \ |
| audio.primary.bengal \ |
| audio.usb.default \ |
| lib_bt_aptx \ |
| lib_bt_ble \ |
| lib_bt_bundle \ |
| libagmmixer \ |
| libagmclient \ |
| libagm_compress_plugin \ |
| libagm_mixer_plugin \ |
| libagm_pcm_plugin \ |
| libfmpal \ |
| libpalclient \ |
| libqcompostprocbundle \ |
| libqcomvisualizer \ |
| libqcomvoiceprocessing \ |
| sound_trigger.primary.bengal |
| |
| PRODUCT_COPY_FILES += \ |
| frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \ |
| frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \ |
| frameworks/av/services/audiopolicy/config/a2dp_in_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_in_audio_policy_configuration_7_0.xml \ |
| frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration_7_0.xml \ |
| frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \ |
| frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml |
| |
| PRODUCT_COPY_FILES += \ |
| frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \ |
| frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \ |
| frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml |
| |
| AUDIO_HAL_DIR := hardware/qcom-caf/sm6225/audio/primary-hal |
| |
| PRODUCT_COPY_FILES += \ |
| $(AUDIO_HAL_DIR)/configs/common/codec2/media_codecs_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2_audio.xml \ |
| $(AUDIO_HAL_DIR)/configs/common/codec2/service/1.0/c2audio.vendor.base-arm64.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/c2audio.vendor.base-arm64.policy \ |
| $(AUDIO_HAL_DIR)/configs/common/codec2/service/1.0/c2audio.vendor.ext-arm64.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/c2audio.vendor.ext-arm64.policy \ |
| $(AUDIO_HAL_DIR)/configs/bengal/card-defs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/card-defs.xml \ |
| $(AUDIO_HAL_DIR)/configs/bengal/microphone_characteristics.xml:$(TARGET_COPY_OUT_VENDOR)/etc/microphone_characteristics.xml |
| |
| PRODUCT_COPY_FILES += \ |
| $(AUDIO_HAL_DIR)/configs/common/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \ |
| $(COMMON_PATH)/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \ |
| $(COMMON_PATH)/configs/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_policy_configuration.xml |
| |
| $(call soong_config_set,android_hardware_audio,run_64bit,true) |
| |
| # Boot control |
| PRODUCT_PACKAGES += \ |
| android.hardware.boot-service.qti \ |
| android.hardware.boot-service.qti.recovery |
| |
| $(call soong_config_set, ufsbsg, ufsframework, bsg) |
| |
| # Shipping API Level |
| BOARD_SHIPPING_API_LEVEL := 33 |
| |
| # Inherit from vendor blobs |
| $(call inherit-product, vendor/xiaomi/sm6225-common/sm6225-common-vendor.mk) |