From 1496cbcdc80cb9d03e0cc89c33c9ceb2b77a6a8f Mon Sep 17 00:00:00 2001 From: johnmart19 Date: Sun, 27 Apr 2025 15:46:52 +0300 Subject: [PATCH] MiuiCamera: Build gralloc.qcom Camera HAL wants it for EIS for front camera and video on front camera crashes if it loads default gralloc implementation instead. Co-authored-by: LuK1337 --- miuicamera.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/miuicamera.mk b/miuicamera.mk index c0af8cf..7b86373 100644 --- a/miuicamera.mk +++ b/miuicamera.mk @@ -57,6 +57,10 @@ SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \ SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += \ $(CAMERA_PATH)/sepolicy/misys/public +# Qualcomm Gralloc +PRODUCT_PACKAGES += \ + gralloc.qcom + # MiSys HIDL deps PRODUCT_PACKAGES += \ android.hidl.manager@1.0 \