summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorxunchang <xunchang@google.com>2019-03-12 20:40:14 +0100
committerxunchang <xunchang@google.com>2019-03-14 23:35:09 +0100
commit37304f3cc920804c97d52df929b9871c057c55e0 (patch)
tree3417ec3d003d01cdbe69a5ab876f591602baf4a9 /tests/Android.bp
parentMerge "Start charger at /system/bin/charger." (diff)
downloadandroid_bootable_recovery-37304f3cc920804c97d52df929b9871c057c55e0.tar
android_bootable_recovery-37304f3cc920804c97d52df929b9871c057c55e0.tar.gz
android_bootable_recovery-37304f3cc920804c97d52df929b9871c057c55e0.tar.bz2
android_bootable_recovery-37304f3cc920804c97d52df929b9871c057c55e0.tar.lz
android_bootable_recovery-37304f3cc920804c97d52df929b9871c057c55e0.tar.xz
android_bootable_recovery-37304f3cc920804c97d52df929b9871c057c55e0.tar.zst
android_bootable_recovery-37304f3cc920804c97d52df929b9871c057c55e0.zip
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 898ed7d60..ef5919eb5 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -77,6 +77,7 @@ librecovery_static_libs = [
"librecovery",
"librecovery_fastboot",
"libminui",
+ "libpackage",
"libverifier",
"libotautil",
@@ -117,6 +118,7 @@ cc_test {
static_libs: libapplypatch_static_libs + [
"librecovery_ui",
"libminui",
+ "libpackage",
"libverifier",
"libotautil",
"libupdater",