From 4c81fb9cffbdca39e85f76ca687d0e86be91d148 Mon Sep 17 00:00:00 2001 From: SaschaNes Date: Mon, 4 Aug 2025 18:27:59 +0200 Subject: [PATCH] Add AGMIPC Package (qcom-caf) --- device.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/device.mk b/device.mk index 3849877..3f3035f 100644 --- a/device.mk +++ b/device.mk @@ -73,7 +73,7 @@ PRODUCT_PACKAGES += \ libtinycompress \ libvolumelistener \ sound_trigger.primary.pineapple \ - bootctrl_hal_defaults + vendor.qti.hardware.AGMIPC@1.0-impl AUDIO_HAL_DIR := hardware/qcom-caf/sm8650/audio/primary-hal AUDIO_PAL_DIR := hardware/qcom-caf/sm8650/audio/pal @@ -103,7 +103,8 @@ PRODUCT_COPY_FILES += \ # Boot PRODUCT_PACKAGES += \ android.hardware.boot-service.qti \ - android.hardware.boot-service.qti.recovery + android.hardware.boot-service.qti.recovery \ + bootctrl_hal_defaults # Boot animation TARGET_SCREEN_HEIGHT := 3120 @@ -236,7 +237,7 @@ PRODUCT_ENFORCE_RRO_TARGETS := * # Power PRODUCT_PACKAGES += \ - android.hardware.power-service-qti + android.hardware.power-service-qti \ # Partitions PRODUCT_USE_DYNAMIC_PARTITIONS := true