summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.mk
diff options
context:
space:
mode:
authorConnor O'Brien <connoro@google.com>2016-11-18 21:16:53 +0100
committerConnor O'Brien <connoro@google.com>2016-11-18 21:16:53 +0100
commit30628db65cc7541c61d9b5e866d661d71cff6f4c (patch)
tree3e492494bb9cbee3b5e4b67489f6f6fae1c52ccb /update_verifier/Android.mk
parentConvert update_verifier to boot HIDL HAL (diff)
downloadandroid_bootable_recovery-30628db65cc7541c61d9b5e866d661d71cff6f4c.tar
android_bootable_recovery-30628db65cc7541c61d9b5e866d661d71cff6f4c.tar.gz
android_bootable_recovery-30628db65cc7541c61d9b5e866d661d71cff6f4c.tar.bz2
android_bootable_recovery-30628db65cc7541c61d9b5e866d661d71cff6f4c.tar.lz
android_bootable_recovery-30628db65cc7541c61d9b5e866d661d71cff6f4c.tar.xz
android_bootable_recovery-30628db65cc7541c61d9b5e866d661d71cff6f4c.tar.zst
android_bootable_recovery-30628db65cc7541c61d9b5e866d661d71cff6f4c.zip
Diffstat (limited to 'update_verifier/Android.mk')
-rw-r--r--update_verifier/Android.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/update_verifier/Android.mk b/update_verifier/Android.mk
index 2c79d74b9..8449c758d 100644
--- a/update_verifier/Android.mk
+++ b/update_verifier/Android.mk
@@ -24,10 +24,7 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libcutils \
libhardware \
- liblog \
- libutils \
- libhidl \
- android.hardware.boot@1.0
+ liblog
LOCAL_CFLAGS := -Werror
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..