summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2021-01-14 16:04:34 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-01-14 16:04:34 +0100
commite7a060a91b32cae86a01f3fc9ff3e81b99a6d552 (patch)
tree6f81e464fc1e55009a4143d5f33da84213053ef6 /tests/Android.bp
parentMerge "Disable failed imgpatch tests" (diff)
parentRe-enable failed imgpatch tests (diff)
downloadandroid_bootable_recovery-e7a060a91b32cae86a01f3fc9ff3e81b99a6d552.tar
android_bootable_recovery-e7a060a91b32cae86a01f3fc9ff3e81b99a6d552.tar.gz
android_bootable_recovery-e7a060a91b32cae86a01f3fc9ff3e81b99a6d552.tar.bz2
android_bootable_recovery-e7a060a91b32cae86a01f3fc9ff3e81b99a6d552.tar.lz
android_bootable_recovery-e7a060a91b32cae86a01f3fc9ff3e81b99a6d552.tar.xz
android_bootable_recovery-e7a060a91b32cae86a01f3fc9ff3e81b99a6d552.tar.zst
android_bootable_recovery-e7a060a91b32cae86a01f3fc9ff3e81b99a6d552.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",
]