summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.mk
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-12 09:35:54 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-12 09:35:54 +0100
commitb2a5691d57886f207ca049853158ecb1d1f2980f (patch)
treedb51eae55903915fdee4cba91e684a74d0451f9f /update_verifier/Android.mk
parentSnap for 4439972 from deca0cb59c0fbac2a9ecca2fb7db7d324a43b81c to pi-release (diff)
parentMerge "applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch." am: de07371b03 am: e2296b7a25 (diff)
downloadandroid_bootable_recovery-b2a5691d57886f207ca049853158ecb1d1f2980f.tar
android_bootable_recovery-b2a5691d57886f207ca049853158ecb1d1f2980f.tar.gz
android_bootable_recovery-b2a5691d57886f207ca049853158ecb1d1f2980f.tar.bz2
android_bootable_recovery-b2a5691d57886f207ca049853158ecb1d1f2980f.tar.lz
android_bootable_recovery-b2a5691d57886f207ca049853158ecb1d1f2980f.tar.xz
android_bootable_recovery-b2a5691d57886f207ca049853158ecb1d1f2980f.tar.zst
android_bootable_recovery-b2a5691d57886f207ca049853158ecb1d1f2980f.zip
Diffstat (limited to '')
-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 \