summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'update_verifier/Android.mk')
-rw-r--r--update_verifier/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_verifier/Android.mk b/update_verifier/Android.mk
index 7f28bcedc..ed61c7bcc 100644
--- a/update_verifier/Android.mk
+++ b/update_verifier/Android.mk
@@ -19,6 +19,6 @@ include $(CLEAR_VARS)
LOCAL_CLANG := true
LOCAL_SRC_FILES := update_verifier.cpp
LOCAL_MODULE := update_verifier
-LOCAL_SHARED_LIBRARIES := libhardware liblog
+LOCAL_SHARED_LIBRARIES := libhardware libbase
include $(BUILD_EXECUTABLE)