ossi: Always use scudo for memory allocator

This commit is contained in:
lahaina
2024-04-30 06:56:35 +09:00
parent 3c69d52596
commit 161e081f40

View File

@@ -49,6 +49,9 @@ PRODUCT_PACKAGES += \
PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.disable_hwc_overlays=1
# Always use scudo for memory allocator
PRODUCT_USE_SCUDO := true
# Audio
PRODUCT_PACKAGES += \
android.hardware.audio.service \