Merge "update_verifier: raise priority and ioprio and start with exec_start" am: 3a8919e813 am: 8fe39a28b0

am: e404f5d9c8

Change-Id: I30aa6fa463302a30af4bfb5a3fd7241fa45b12e5
This commit is contained in:
Tom Cherry
2017-03-29 18:48:55 +00:00
committed by android-build-merger
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -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
View File
@@ -0,0 +1,11 @@
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