summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-05-29 19:20:36 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-05-29 19:20:36 +0200
commit65d7d5b8cfd25482dacb93d3960f96f252e0f91c (patch)
tree679d9b5234c30cee95606f0a48786d7de6232ab5 /tests/Android.bp
parentMerge "recovery: report compliant reboot reason (Part Deux)" (diff)
parentImplement an update simulator to verify BB OTA packages on host (diff)
downloadandroid_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar.gz
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar.bz2
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar.lz
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar.xz
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar.zst
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.zip
Diffstat (limited to '')
-rw-r--r--tests/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 67a65ae9e..4969c087b 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -108,6 +108,7 @@ cc_test {
defaults: [
"recovery_test_defaults",
"libupdater_defaults",
+ "libupdater_device_defaults",
],
test_suites: ["device-tests"],
@@ -121,7 +122,8 @@ cc_test {
"libfusesideload",
"libminui",
"libotautil",
- "libupdater",
+ "libupdater_device",
+ "libupdater_core",
"libupdate_verifier",
"libgtest_prod",