diff options
author | Tianjie Xu <xunchang@google.com> | 2019-06-28 19:47:23 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-06-28 19:47:23 +0200 |
commit | 4955648c4c90b5f9fcc0bd8cf6d0148277959047 (patch) | |
tree | 625a9de80224fd6c4eb8ea8037ccf2c0f9d43299 /tests/Android.bp | |
parent | Merge "Rename product_services to system_ext" (diff) | |
parent | Add unit tests for simulator (diff) | |
download | android_bootable_recovery-4955648c4c90b5f9fcc0bd8cf6d0148277959047.tar android_bootable_recovery-4955648c4c90b5f9fcc0bd8cf6d0148277959047.tar.gz android_bootable_recovery-4955648c4c90b5f9fcc0bd8cf6d0148277959047.tar.bz2 android_bootable_recovery-4955648c4c90b5f9fcc0bd8cf6d0148277959047.tar.lz android_bootable_recovery-4955648c4c90b5f9fcc0bd8cf6d0148277959047.tar.xz android_bootable_recovery-4955648c4c90b5f9fcc0bd8cf6d0148277959047.tar.zst android_bootable_recovery-4955648c4c90b5f9fcc0bd8cf6d0148277959047.zip |
Diffstat (limited to 'tests/Android.bp')
-rw-r--r-- | tests/Android.bp | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index 4969c087b..fec2f07de 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -157,26 +157,22 @@ cc_test_host { defaults: [ "recovery_test_defaults", + "libupdater_defaults", ], srcs: [ - "unit/imgdiff_test.cpp", + "unit/host/*", ], static_libs: [ + "libupdater_host", + "libupdater_core", "libimgdiff", - "libimgpatch", - "libotautil", "libbsdiff", - "libbspatch", - "libziparchive", - "libutils", - "libcrypto", - "libbrotli", - "libbz", "libdivsufsort64", "libdivsufsort", - "libz", + "libfstab", + "libc++fs", ], test_suites: ["general-tests"], |