summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-03-12 22:07:58 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-03-12 22:07:58 +0100
commitda5bb13507ebe9bd5c791ff031f4e43a9309ce48 (patch)
tree94713ad84aeea6d58713b28b6cb310c44614dbb2
parentMerge "Set the update locations to default in CacheLocation's constructor" (diff)
parentMerge "recovery: add libhidl-gen-utils depedency" (diff)
downloadandroid_bootable_recovery-da5bb13507ebe9bd5c791ff031f4e43a9309ce48.tar
android_bootable_recovery-da5bb13507ebe9bd5c791ff031f4e43a9309ce48.tar.gz
android_bootable_recovery-da5bb13507ebe9bd5c791ff031f4e43a9309ce48.tar.bz2
android_bootable_recovery-da5bb13507ebe9bd5c791ff031f4e43a9309ce48.tar.lz
android_bootable_recovery-da5bb13507ebe9bd5c791ff031f4e43a9309ce48.tar.xz
android_bootable_recovery-da5bb13507ebe9bd5c791ff031f4e43a9309ce48.tar.zst
android_bootable_recovery-da5bb13507ebe9bd5c791ff031f4e43a9309ce48.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 ed7192967..c8a21e084 100644
--- a/Android.mk
+++ b/Android.mk
@@ -155,6 +155,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 \