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

Commit 30872255 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove iorapd from base product packages" am: 00ba4d5e am: b7179ce8

Original change: https://android-review.googlesource.com/c/platform/build/+/2025084

Change-Id: I82e4b5637ff99892c34e5e3b75cdaa6f0dff5814
parents fc7475ac b7179ce8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -118,7 +118,6 @@ PRODUCT_PACKAGES += \
    init_system \
    input \
    installd \
    iorapd \
    ip \
    iptables \
    ip-up-vpn \
+0 −11
Original line number Diff line number Diff line
@@ -148,17 +148,6 @@ 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

# Enable Madvising of the whole art, odex and vdex files to MADV_WILLNEED.
# The size specified here is the size limit of how much of the file
# (in bytes) is madvised.