Disable multithreaded dexopt by default
* There is still a race condition here. * Power users can re-enable this by setting persist.sys.dalvik.multithread to true Change-Id: I03686bafbac1859695466fcb522bc5436ec82e0d
This commit is contained in:
parent
1c4bf358d2
commit
34ee56fe6f
@ -66,6 +66,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.build.selinux=1
|
ro.build.selinux=1
|
||||||
|
|
||||||
|
# Disable multithreaded dexopt by default
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
persist.sys.dalvik.multithread=false
|
||||||
|
|
||||||
# Thank you, please drive thru!
|
# Thank you, please drive thru!
|
||||||
PRODUCT_PROPERTY_OVERRIDES += persist.sys.dun.override=0
|
PRODUCT_PROPERTY_OVERRIDES += persist.sys.dun.override=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user