summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-06-28 20:36:27 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-06-28 20:36:27 +0200
commit676791cea3adc6c55e6c2cf78d016724276ba3f0 (patch)
tree6b57034537504e7b1d891ce7ead7b59a9c48afee /tests/Android.bp
parentMerge "Rename product_services to system_ext" am: b9f356f581 am: b8e68bf831 (diff)
parentMerge "Add unit tests for simulator" am: 4955648c4c (diff)
downloadandroid_bootable_recovery-676791cea3adc6c55e6c2cf78d016724276ba3f0.tar
android_bootable_recovery-676791cea3adc6c55e6c2cf78d016724276ba3f0.tar.gz
android_bootable_recovery-676791cea3adc6c55e6c2cf78d016724276ba3f0.tar.bz2
android_bootable_recovery-676791cea3adc6c55e6c2cf78d016724276ba3f0.tar.lz
android_bootable_recovery-676791cea3adc6c55e6c2cf78d016724276ba3f0.tar.xz
android_bootable_recovery-676791cea3adc6c55e6c2cf78d016724276ba3f0.tar.zst
android_bootable_recovery-676791cea3adc6c55e6c2cf78d016724276ba3f0.zip
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp16
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"],