summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-07-15 00:27:08 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-07-15 00:27:09 +0200
commit13f44939b15e2fcf2bf6404240617a317bb9f5a8 (patch)
treeae847c4b3211fbc8fe1d59b42d0701cda773d09f /update_verifier/Android.mk
parentSkip update-on-boot for bootreason in blacklist (diff)
parentTouch blocks in care_map in update_verifier (diff)
downloadandroid_bootable_recovery-13f44939b15e2fcf2bf6404240617a317bb9f5a8.tar
android_bootable_recovery-13f44939b15e2fcf2bf6404240617a317bb9f5a8.tar.gz
android_bootable_recovery-13f44939b15e2fcf2bf6404240617a317bb9f5a8.tar.bz2
android_bootable_recovery-13f44939b15e2fcf2bf6404240617a317bb9f5a8.tar.lz
android_bootable_recovery-13f44939b15e2fcf2bf6404240617a317bb9f5a8.tar.xz
android_bootable_recovery-13f44939b15e2fcf2bf6404240617a317bb9f5a8.tar.zst
android_bootable_recovery-13f44939b15e2fcf2bf6404240617a317bb9f5a8.zip
Diffstat (limited to 'update_verifier/Android.mk')
-rw-r--r--update_verifier/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/update_verifier/Android.mk b/update_verifier/Android.mk
index 7f28bcedc..2bfd01622 100644
--- a/update_verifier/Android.mk
+++ b/update_verifier/Android.mk
@@ -18,7 +18,10 @@ include $(CLEAR_VARS)
LOCAL_CLANG := true
LOCAL_SRC_FILES := update_verifier.cpp
+
LOCAL_MODULE := update_verifier
-LOCAL_SHARED_LIBRARIES := libhardware liblog
+LOCAL_SHARED_LIBRARIES := libbase libcutils libhardware liblog
+
+LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
include $(BUILD_EXECUTABLE)