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

Commit 8fe39a28 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "update_verifier: raise priority and ioprio and start with exec_start"

am: 3a8919e8

Change-Id: Ie61669fa42793d0e3620ba20720f1aed1735d49e
parents 23fe20fb 3a8919e8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_CFLAGS := -Werror
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..

LOCAL_INIT_RC := update_verifier.rc

ifeq ($(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SUPPORTS_VERITY),true)
    LOCAL_CFLAGS += -DPRODUCT_SUPPORTS_VERITY=1
endif
+11 −0
Original line number Diff line number Diff line
service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted
    user root
    class cache
    priority -20
    ioprio rt 1

service update_verifier /system/bin/update_verifier ${vold.decrypt}
    user root
    class cache
    priority -20
    ioprio rt 1
 No newline at end of file