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-13 18:56:51 +0100
commit91b48f9161a918e4af6233af7fa842b9af0a6bac (patch)
tree166d06909dd04a60388f91973f6c6dbaa86481b4
parentSet the update locations to default in CacheLocation's constructor (diff)
downloadandroid_bootable_recovery-91b48f9161a918e4af6233af7fa842b9af0a6bac.tar
android_bootable_recovery-91b48f9161a918e4af6233af7fa842b9af0a6bac.tar.gz
android_bootable_recovery-91b48f9161a918e4af6233af7fa842b9af0a6bac.tar.bz2
android_bootable_recovery-91b48f9161a918e4af6233af7fa842b9af0a6bac.tar.lz
android_bootable_recovery-91b48f9161a918e4af6233af7fa842b9af0a6bac.tar.xz
android_bootable_recovery-91b48f9161a918e4af6233af7fa842b9af0a6bac.tar.zst
android_bootable_recovery-91b48f9161a918e4af6233af7fa842b9af0a6bac.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 199cee7ec..461ad9449 100644
--- a/Android.mk
+++ b/Android.mk
@@ -179,6 +179,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 \