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 <priv.luk@gmail.com>
This commit is contained in:
johnmart19
2025-04-27 15:46:52 +03:00
parent 9cdfa49d5d
commit 1496cbcdc8

View File

@@ -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 \