diff options
author | Tao Bao <tbao@google.com> | 2017-04-20 02:10:07 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-04-20 02:10:09 +0200 |
commit | b0945e1a23b26153aa386ca4e6f768f04b28abdf (patch) | |
tree | 615d8c35c1982dbb64e2326aab117f208d18193a /Android.mk | |
parent | Merge "Add tests for read_metadata_from_package()." (diff) | |
parent | Call libvintf to verify package compatibility. (diff) | |
download | android_bootable_recovery-b0945e1a23b26153aa386ca4e6f768f04b28abdf.tar android_bootable_recovery-b0945e1a23b26153aa386ca4e6f768f04b28abdf.tar.gz android_bootable_recovery-b0945e1a23b26153aa386ca4e6f768f04b28abdf.tar.bz2 android_bootable_recovery-b0945e1a23b26153aa386ca4e6f768f04b28abdf.tar.lz android_bootable_recovery-b0945e1a23b26153aa386ca4e6f768f04b28abdf.tar.xz android_bootable_recovery-b0945e1a23b26153aa386ca4e6f768f04b28abdf.tar.zst android_bootable_recovery-b0945e1a23b26153aa386ca4e6f768f04b28abdf.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 4 |
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 \ |