summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-29 22:23:49 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-29 22:23:49 +0100
commita232d9dccbf39856824ad783cc2d66812f581d95 (patch)
tree7bad452d0d5b0ae6eca9adf18c7bf8b8966a318f /tests/Android.bp
parentMerge "Use flags = 0 to avoid fd closing for child updater process" (diff)
parentMove install to separate module (diff)
downloadandroid_bootable_recovery-a232d9dccbf39856824ad783cc2d66812f581d95.tar
android_bootable_recovery-a232d9dccbf39856824ad783cc2d66812f581d95.tar.gz
android_bootable_recovery-a232d9dccbf39856824ad783cc2d66812f581d95.tar.bz2
android_bootable_recovery-a232d9dccbf39856824ad783cc2d66812f581d95.tar.lz
android_bootable_recovery-a232d9dccbf39856824ad783cc2d66812f581d95.tar.xz
android_bootable_recovery-a232d9dccbf39856824ad783cc2d66812f581d95.tar.zst
android_bootable_recovery-a232d9dccbf39856824ad783cc2d66812f581d95.zip
Diffstat (limited to '')
-rw-r--r--tests/Android.bp7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index ef5919eb5..09ef716d6 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -76,9 +76,9 @@ libapplypatch_static_libs = [
librecovery_static_libs = [
"librecovery",
"librecovery_fastboot",
+ "libinstall",
+ "librecovery_ui",
"libminui",
- "libpackage",
- "libverifier",
"libotautil",
"libhealthhalutils",
@@ -116,10 +116,9 @@ cc_test {
],
static_libs: libapplypatch_static_libs + [
+ "libinstall",
"librecovery_ui",
"libminui",
- "libpackage",
- "libverifier",
"libotautil",
"libupdater",
"libgtest_prod",