Merge "Revert "Do not set ro.iorapd.enable=true"" am: 7ffa8b89d4
Original change: https://android-review.googlesource.com/c/platform/build/+/1557011 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ibf5205e582668b730e545f4549c9705ecc91a900
This commit is contained in:
@@ -94,3 +94,15 @@ PRODUCT_SYSTEM_PROPERTIES += \
|
||||
PRODUCT_SYSTEM_PROPERTIES += \
|
||||
dalvik.vm.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