diff options
author | Tao Bao <tbao@google.com> | 2017-04-20 00:19:06 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-04-20 00:19:06 +0200 |
commit | 34ae4d02ce1f909dfc572558f9c183f1a5a0fe3d (patch) | |
tree | 99862c043d8570f56a2ebbd54d77c3d2b97f401a /tests | |
parent | Merge "Add tests for read_metadata_from_package()." am: e888d45950 am: c08c055ce0 (diff) | |
parent | Call libvintf to verify package compatibility. (diff) | |
download | android_bootable_recovery-34ae4d02ce1f909dfc572558f9c183f1a5a0fe3d.tar android_bootable_recovery-34ae4d02ce1f909dfc572558f9c183f1a5a0fe3d.tar.gz android_bootable_recovery-34ae4d02ce1f909dfc572558f9c183f1a5a0fe3d.tar.bz2 android_bootable_recovery-34ae4d02ce1f909dfc572558f9c183f1a5a0fe3d.tar.lz android_bootable_recovery-34ae4d02ce1f909dfc572558f9c183f1a5a0fe3d.tar.xz android_bootable_recovery-34ae4d02ce1f909dfc572558f9c183f1a5a0fe3d.tar.zst android_bootable_recovery-34ae4d02ce1f909dfc572558f9c183f1a5a0fe3d.zip |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index 20cbcc147..e52663031 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -132,6 +132,9 @@ LOCAL_STATIC_LIBRARIES := \ libdivsufsort64 \ libfs_mgr \ liblog \ + libvintf_recovery \ + libvintf \ + libtinyxml2 \ libselinux \ libext4_utils \ libsparse \ |