sanders: Use all cores in dex2oat

This commit is contained in:
jhenrique09
2018-02-03 15:26:32 -02:00
committed by therootlord
parent 9d35be7aef
commit a16467737d
2 changed files with 6 additions and 3 deletions

View File

@@ -161,6 +161,12 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
libprotobuf-cpp-lite
# limit dex2oat threads to improve thermals
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.boot-dex2oat-threads=8 \
dalvik.vm.dex2oat-threads=8 \
dalvik.vm.image-dex2oat-threads=8
# Ebtables
PRODUCT_PACKAGES += \
ebtables \