summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-03-12 22:51:15 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-03-12 22:51:15 +0100
commitde4fd75b64fa4039ad40d1a993ab8c6961f2f66e (patch)
tree024bfd0ebb6b6af6a896144bbb66c54845201b47
parentMerge "Set the update locations to default in CacheLocation's constructor" am: 0acbdac82b am: 7120c687a5 (diff)
parentMerge "recovery: add libhidl-gen-utils depedency" am: fc39f3ffd7 (diff)
downloadandroid_bootable_recovery-de4fd75b64fa4039ad40d1a993ab8c6961f2f66e.tar
android_bootable_recovery-de4fd75b64fa4039ad40d1a993ab8c6961f2f66e.tar.gz
android_bootable_recovery-de4fd75b64fa4039ad40d1a993ab8c6961f2f66e.tar.bz2
android_bootable_recovery-de4fd75b64fa4039ad40d1a993ab8c6961f2f66e.tar.lz
android_bootable_recovery-de4fd75b64fa4039ad40d1a993ab8c6961f2f66e.tar.xz
android_bootable_recovery-de4fd75b64fa4039ad40d1a993ab8c6961f2f66e.tar.zst
android_bootable_recovery-de4fd75b64fa4039ad40d1a993ab8c6961f2f66e.zip
-rw-r--r--Android.mk1
-rw-r--r--tests/Android.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b29b878ad..56d69c03b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -167,6 +167,7 @@ LOCAL_STATIC_LIBRARIES += \
libcrypto \
libvintf_recovery \
libvintf \
+ libhidl-gen-utils \
libtinyxml2 \
libbase \
libutils \
diff --git a/tests/Android.mk b/tests/Android.mk
index d911c25e4..b3584fe87 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -147,6 +147,7 @@ LOCAL_STATIC_LIBRARIES := \
libfs_mgr \
libvintf_recovery \
libvintf \
+ libhidl-gen-utils \
libtinyxml2 \
libselinux \
libext4_utils \