summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.mk
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-11-09 21:14:08 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-09 21:14:08 +0100
commitf1e70b93f15d2b6e98c2275816f2563222dae946 (patch)
treebc3891d724748c24cb41bda94b0141113ed6791b /update_verifier/Android.mk
parentMerge "otautil: Remove the aborts in RangeSet::Parse()." (diff)
parentLoad-balancing update_verifier worker threads. (diff)
downloadandroid_bootable_recovery-f1e70b93f15d2b6e98c2275816f2563222dae946.tar
android_bootable_recovery-f1e70b93f15d2b6e98c2275816f2563222dae946.tar.gz
android_bootable_recovery-f1e70b93f15d2b6e98c2275816f2563222dae946.tar.bz2
android_bootable_recovery-f1e70b93f15d2b6e98c2275816f2563222dae946.tar.lz
android_bootable_recovery-f1e70b93f15d2b6e98c2275816f2563222dae946.tar.xz
android_bootable_recovery-f1e70b93f15d2b6e98c2275816f2563222dae946.tar.zst
android_bootable_recovery-f1e70b93f15d2b6e98c2275816f2563222dae946.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 \