Merge "update_verifier: raise priority and ioprio and start with exec_start" am: 3a8919e813
am: 8fe39a28b0
Change-Id: I08ec1da1be30d8fa240785e0d0261d1279a646bc
This commit is contained in:
@@ -32,6 +32,8 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
LOCAL_CFLAGS := -Werror
|
LOCAL_CFLAGS := -Werror
|
||||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
|
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
|
||||||
|
|
||||||
|
LOCAL_INIT_RC := update_verifier.rc
|
||||||
|
|
||||||
ifeq ($(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SUPPORTS_VERITY),true)
|
ifeq ($(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SUPPORTS_VERITY),true)
|
||||||
LOCAL_CFLAGS += -DPRODUCT_SUPPORTS_VERITY=1
|
LOCAL_CFLAGS += -DPRODUCT_SUPPORTS_VERITY=1
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user