summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-06-21 03:16:49 +0200
committerTianjie Xu <xunchang@google.com>2019-06-28 01:17:05 +0200
commitc3a161e2b8232a887efe73abe51ea9071052555d (patch)
tree32bef113f4d78ecb8f91f6c063c358497b887889 /tests/Android.bp
parentMerge "Implement updater runtime for dynamic partitions" (diff)
downloadandroid_bootable_recovery-c3a161e2b8232a887efe73abe51ea9071052555d.tar
android_bootable_recovery-c3a161e2b8232a887efe73abe51ea9071052555d.tar.gz
android_bootable_recovery-c3a161e2b8232a887efe73abe51ea9071052555d.tar.bz2
android_bootable_recovery-c3a161e2b8232a887efe73abe51ea9071052555d.tar.lz
android_bootable_recovery-c3a161e2b8232a887efe73abe51ea9071052555d.tar.xz
android_bootable_recovery-c3a161e2b8232a887efe73abe51ea9071052555d.tar.zst
android_bootable_recovery-c3a161e2b8232a887efe73abe51ea9071052555d.zip
Diffstat (limited to '')
-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"],