Don't set PRODUCT_ENABLE_UFFD_GC by default

* Overriding this from devices doesn't work
* Using ?= here doesn't work either
* It still defaults to "default" based on other places
  and works the same, so let's just remove this

Change-Id: Ie9d732796a46770c11a7608e7c0990653d59fbd0
Signed-off-by: RITEFANG <1721985272@qq.com>
This commit is contained in:
Chirayu Desai
2024-06-13 23:21:18 +05:30
committed by SkyMinus
parent c116d69cb1
commit c3a7fada7e

View File

@@ -195,5 +195,3 @@ PRODUCT_SYSTEM_PROPERTIES += \
dalvik.vm.image-dex2oat-Xmx=64m \ dalvik.vm.image-dex2oat-Xmx=64m \
dalvik.vm.dex2oat-Xms=64m \ dalvik.vm.dex2oat-Xms=64m \
dalvik.vm.dex2oat-Xmx=512m \ dalvik.vm.dex2oat-Xmx=512m \
PRODUCT_ENABLE_UFFD_GC := default