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
This commit is contained in:
parent
99ea7632bb
commit
390c3a63af
1 changed files with 0 additions and 2 deletions
|
@ -183,5 +183,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
|
|
||||||
|
|
Loading…
Reference in a new issue