Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ffa8b89 authored by Yan Wang's avatar Yan Wang Committed by Gerrit Code Review
Browse files

Merge "Revert "Do not set ro.iorapd.enable=true""

parents caf8f60a af2e8047
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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