summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-11-09 21:35:38 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-11-09 21:35:38 +0100
commit1d8cb3659a343d175e2d8aadef4706039ce013f8 (patch)
treebc3891d724748c24cb41bda94b0141113ed6791b /update_verifier/Android.mk
parentMerge "otautil: Remove the aborts in RangeSet::Parse()." (diff)
parentMerge "Load-balancing update_verifier worker threads." (diff)
downloadandroid_bootable_recovery-1d8cb3659a343d175e2d8aadef4706039ce013f8.tar
android_bootable_recovery-1d8cb3659a343d175e2d8aadef4706039ce013f8.tar.gz
android_bootable_recovery-1d8cb3659a343d175e2d8aadef4706039ce013f8.tar.bz2
android_bootable_recovery-1d8cb3659a343d175e2d8aadef4706039ce013f8.tar.lz
android_bootable_recovery-1d8cb3659a343d175e2d8aadef4706039ce013f8.tar.xz
android_bootable_recovery-1d8cb3659a343d175e2d8aadef4706039ce013f8.tar.zst
android_bootable_recovery-1d8cb3659a343d175e2d8aadef4706039ce013f8.zip
Diffstat (limited to 'update_verifier/Android.mk')
-rw-r--r--update_verifier/Android.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/update_verifier/Android.mk b/update_verifier/Android.mk
index 33c5fe9e7..0ff88546f 100644
--- a/update_verifier/Android.mk
+++ b/update_verifier/Android.mk
@@ -22,6 +22,10 @@ LOCAL_SRC_FILES := \
update_verifier.cpp
LOCAL_MODULE := libupdate_verifier
+
+LOCAL_STATIC_LIBRARIES := \
+ libotautil
+
LOCAL_SHARED_LIBRARIES := \
libbase \
libcutils \
@@ -54,7 +58,9 @@ LOCAL_SRC_FILES := \
LOCAL_MODULE := update_verifier
LOCAL_STATIC_LIBRARIES := \
- libupdate_verifier
+ libupdate_verifier \
+ libotautil
+
LOCAL_SHARED_LIBRARIES := \
libbase \
libcutils \