diff options
author | Connor O'Brien <connoro@google.com> | 2016-11-30 20:23:16 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-11-30 20:23:16 +0100 |
commit | 848519fcfaa0cd1de4b022e4b23b3181a81a756d (patch) | |
tree | 98e6b9d8c27f591690156a8d1ef43f8f9121e116 /update_verifier/Android.mk | |
parent | Merge "Remove ota_close(int) and ota_fclose(FILE*)." am: 7b59b45b08 am: 1f934beedd (diff) | |
parent | Merge "Switch update verifier to HIDL HAL" am: 1528def46e (diff) | |
download | android_bootable_recovery-848519fcfaa0cd1de4b022e4b23b3181a81a756d.tar android_bootable_recovery-848519fcfaa0cd1de4b022e4b23b3181a81a756d.tar.gz android_bootable_recovery-848519fcfaa0cd1de4b022e4b23b3181a81a756d.tar.bz2 android_bootable_recovery-848519fcfaa0cd1de4b022e4b23b3181a81a756d.tar.lz android_bootable_recovery-848519fcfaa0cd1de4b022e4b23b3181a81a756d.tar.xz android_bootable_recovery-848519fcfaa0cd1de4b022e4b23b3181a81a756d.tar.zst android_bootable_recovery-848519fcfaa0cd1de4b022e4b23b3181a81a756d.zip |
Diffstat (limited to 'update_verifier/Android.mk')
-rw-r--r-- | update_verifier/Android.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/update_verifier/Android.mk b/update_verifier/Android.mk index 8449c758d..49d19b0e1 100644 --- a/update_verifier/Android.mk +++ b/update_verifier/Android.mk @@ -24,7 +24,10 @@ LOCAL_SHARED_LIBRARIES := \ libbase \ libcutils \ libhardware \ - liblog + liblog \ + libutils \ + libhidlbase \ + android.hardware.boot@1.0 LOCAL_CFLAGS := -Werror LOCAL_C_INCLUDES += $(LOCAL_PATH)/.. |