summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-20 00:25:53 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-20 00:25:53 +0200
commit71df092bf2b339798cca0945698df1c6a78d0f94 (patch)
tree1b392ca02db6e63a82d2b53a578f8a5530501b28 /Android.mk
parentMerge "Add tests for read_metadata_from_package()." am: e888d45950 am: c08c055ce0 am: 7b9b77f445 (diff)
parentCall libvintf to verify package compatibility. (diff)
downloadandroid_bootable_recovery-71df092bf2b339798cca0945698df1c6a78d0f94.tar
android_bootable_recovery-71df092bf2b339798cca0945698df1c6a78d0f94.tar.gz
android_bootable_recovery-71df092bf2b339798cca0945698df1c6a78d0f94.tar.bz2
android_bootable_recovery-71df092bf2b339798cca0945698df1c6a78d0f94.tar.lz
android_bootable_recovery-71df092bf2b339798cca0945698df1c6a78d0f94.tar.xz
android_bootable_recovery-71df092bf2b339798cca0945698df1c6a78d0f94.tar.zst
android_bootable_recovery-71df092bf2b339798cca0945698df1c6a78d0f94.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 9e374de8f..adf478f00 100644
--- a/Android.mk
+++ b/Android.mk
@@ -55,6 +55,7 @@ endif
LOCAL_MODULE := librecovery
LOCAL_STATIC_LIBRARIES := \
libminui \
+ libvintf_recovery \
libcrypto_utils \
libcrypto \
libbase
@@ -114,6 +115,9 @@ LOCAL_STATIC_LIBRARIES := \
libfs_mgr \
libcrypto_utils \
libcrypto \
+ libvintf_recovery \
+ libvintf \
+ libtinyxml2 \
libbase \
libcutils \
libutils \