summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-03-07 02:59:58 +0100
committerYifan Hong <elsk@google.com>2018-03-08 03:35:15 +0100
commit495c521ed32e92ed0e39a425fd5ce79c581dbcda (patch)
tree4b36668b5c5224578f3562dd10857b8e29b5ba37
parentMerge "Drop the no-op Android.bp." (diff)
downloadandroid_bootable_recovery-495c521ed32e92ed0e39a425fd5ce79c581dbcda.tar
android_bootable_recovery-495c521ed32e92ed0e39a425fd5ce79c581dbcda.tar.gz
android_bootable_recovery-495c521ed32e92ed0e39a425fd5ce79c581dbcda.tar.bz2
android_bootable_recovery-495c521ed32e92ed0e39a425fd5ce79c581dbcda.tar.lz
android_bootable_recovery-495c521ed32e92ed0e39a425fd5ce79c581dbcda.tar.xz
android_bootable_recovery-495c521ed32e92ed0e39a425fd5ce79c581dbcda.tar.zst
android_bootable_recovery-495c521ed32e92ed0e39a425fd5ce79c581dbcda.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 e8b899450..510c66abe 100644
--- a/Android.mk
+++ b/Android.mk
@@ -167,6 +167,7 @@ LOCAL_STATIC_LIBRARIES := \
libcrypto \
libvintf_recovery \
libvintf \
+ libhidl-gen-utils \
libtinyxml2 \
libbase \
libcutils \
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 \