Merge "Revert "Do not set ro.iorapd.enable=true""
This commit is contained in:
@@ -94,3 +94,15 @@ PRODUCT_SYSTEM_PROPERTIES += \
|
|||||||
PRODUCT_SYSTEM_PROPERTIES += \
|
PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
dalvik.vm.minidebuginfo=true \
|
dalvik.vm.minidebuginfo=true \
|
||||||
dalvik.vm.dex2oat-minidebuginfo=true
|
dalvik.vm.dex2oat-minidebuginfo=true
|
||||||
|
|
||||||
|
# Two other device configs are added to IORap besides "ro.iorapd.enable".
|
||||||
|
# IORap by default is off and starts when
|
||||||
|
# (https://source.corp.google.com/android/system/iorap/iorapd.rc?q=iorapd.rc)
|
||||||
|
#
|
||||||
|
# * "ro.iorapd.enable" is true excluding unset
|
||||||
|
# * One of the device configs is true.
|
||||||
|
#
|
||||||
|
# "ro.iorapd.enable" has to be set to true, so that iorap can be started.
|
||||||
|
PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
|
ro.iorapd.enable?=true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user