summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-29 22:43:56 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-03-29 22:43:56 +0100
commit3f25d6bb07589cf44ad02e610a0af2a38672cfb0 (patch)
tree7bad452d0d5b0ae6eca9adf18c7bf8b8966a318f /tests/Android.bp
parentMerge "Use flags = 0 to avoid fd closing for child updater process" (diff)
parentMerge "Move install to separate module" (diff)
downloadandroid_bootable_recovery-3f25d6bb07589cf44ad02e610a0af2a38672cfb0.tar
android_bootable_recovery-3f25d6bb07589cf44ad02e610a0af2a38672cfb0.tar.gz
android_bootable_recovery-3f25d6bb07589cf44ad02e610a0af2a38672cfb0.tar.bz2
android_bootable_recovery-3f25d6bb07589cf44ad02e610a0af2a38672cfb0.tar.lz
android_bootable_recovery-3f25d6bb07589cf44ad02e610a0af2a38672cfb0.tar.xz
android_bootable_recovery-3f25d6bb07589cf44ad02e610a0af2a38672cfb0.tar.zst
android_bootable_recovery-3f25d6bb07589cf44ad02e610a0af2a38672cfb0.zip
Diffstat (limited to 'tests/Android.bp')
-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",