sm6150-common: Disable UFFD GC via OVERRIDE_ENABLE_UFFD_GC

* Our kernel (4.14) does not support features needed for UFFD GC.
  Leaving it enabled results in long waiting time on the first boot.

Change-Id: Ia8a17467e13d343c03ee29e514994946e7e84985
Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
Yumi Yukimura
2025-02-13 15:40:58 +08:00
committed by therealmharc
parent 2f52ae50ef
commit 37ec15de96

View File

@@ -322,6 +322,9 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
# UFFD GC
OVERRIDE_ENABLE_UFFD_GC := false
# Uevent
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/ueventd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/ueventd.rc