summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.mk
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2017-03-29 20:48:55 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-03-29 20:48:55 +0200
commitd81f28067d04cc6062e6a7583685a614eb4aff3c (patch)
treedf372b78d17dd974a9dd1abc7a677572b30936f3 /update_verifier/Android.mk
parentMerge "Log the error message when failing to mount/umount." am: 850f89f198 am: 23fe20fb6e (diff)
parentMerge "update_verifier: raise priority and ioprio and start with exec_start" am: 3a8919e813 (diff)
downloadandroid_bootable_recovery-d81f28067d04cc6062e6a7583685a614eb4aff3c.tar
android_bootable_recovery-d81f28067d04cc6062e6a7583685a614eb4aff3c.tar.gz
android_bootable_recovery-d81f28067d04cc6062e6a7583685a614eb4aff3c.tar.bz2
android_bootable_recovery-d81f28067d04cc6062e6a7583685a614eb4aff3c.tar.lz
android_bootable_recovery-d81f28067d04cc6062e6a7583685a614eb4aff3c.tar.xz
android_bootable_recovery-d81f28067d04cc6062e6a7583685a614eb4aff3c.tar.zst
android_bootable_recovery-d81f28067d04cc6062e6a7583685a614eb4aff3c.zip
Diffstat (limited to '')
-rw-r--r--update_verifier/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/update_verifier/Android.mk b/update_verifier/Android.mk
index c1051a54a..1acd5eca0 100644
--- a/update_verifier/Android.mk
+++ b/update_verifier/Android.mk
@@ -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