summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-03-14 08:23:56 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-14 08:23:56 +0100
commit51ee8b3498fedc6001570a8252dc43f7f91f4994 (patch)
tree166d06909dd04a60388f91973f6c6dbaa86481b4
parentSnap for 4647811 from 01daebbe68943725e7b80e30082330c6bd042a88 to pi-release (diff)
parentrecovery: add libhidl-gen-utils depedency (diff)
downloadandroid_bootable_recovery-51ee8b3498fedc6001570a8252dc43f7f91f4994.tar
android_bootable_recovery-51ee8b3498fedc6001570a8252dc43f7f91f4994.tar.gz
android_bootable_recovery-51ee8b3498fedc6001570a8252dc43f7f91f4994.tar.bz2
android_bootable_recovery-51ee8b3498fedc6001570a8252dc43f7f91f4994.tar.lz
android_bootable_recovery-51ee8b3498fedc6001570a8252dc43f7f91f4994.tar.xz
android_bootable_recovery-51ee8b3498fedc6001570a8252dc43f7f91f4994.tar.zst
android_bootable_recovery-51ee8b3498fedc6001570a8252dc43f7f91f4994.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 \