summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2021-01-12 20:42:56 +0100
committerKelvin Zhang <zhangkelvin@google.com>2021-01-13 16:10:15 +0100
commit2f2749f2131775645f5eb8dcede90c6ea99cd469 (patch)
treee3ca9b98257e85321b4cbeee1e7084eb65fb1b21 /tests/Android.bp
parentMerge "Disable failed imgpatch tests" (diff)
downloadandroid_bootable_recovery-2f2749f2131775645f5eb8dcede90c6ea99cd469.tar
android_bootable_recovery-2f2749f2131775645f5eb8dcede90c6ea99cd469.tar.gz
android_bootable_recovery-2f2749f2131775645f5eb8dcede90c6ea99cd469.tar.bz2
android_bootable_recovery-2f2749f2131775645f5eb8dcede90c6ea99cd469.tar.lz
android_bootable_recovery-2f2749f2131775645f5eb8dcede90c6ea99cd469.tar.xz
android_bootable_recovery-2f2749f2131775645f5eb8dcede90c6ea99cd469.tar.zst
android_bootable_recovery-2f2749f2131775645f5eb8dcede90c6ea99cd469.zip
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 19f2a6c64..d2179e494 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -31,7 +31,6 @@ cc_defaults {
"libpng",
"libprocessgroup",
"libselinux",
- "libz",
"libziparchive",
],
@@ -65,7 +64,7 @@ libapplypatch_static_libs = [
"libbase",
"libbrotli",
"libbz",
- "libz",
+ "libz_stable",
"libziparchive",
]