summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-01-08 18:39:07 +0000
committerElliott Hughes <enh@google.com>2024-01-08 22:07:14 +0000
commitb431512505c8b1c436cae4a414f27d948b77d9ce (patch)
tree33e6beeb02b87619ee28750b10bfef812ceb55e9
parentaf9c6d3cf684f1cbecd25c9899f4f9c8fa7f9e4f (diff)
downloadzlib-b431512505c8b1c436cae4a414f27d948b77d9ce.tar.gz
Allow //bootable/recovery/updater to use zlib_stable.
Some updater tests fail if run against the latest version of zlib because of a CRC change. zlib_stable (as its name implies) opts out of any such "fancy new stuff", but we need updater to opt _in_ to using that version of zlib. The other OTA tools already do. Test: treehugger Change-Id: I3707b940f724f62837a0b57e22ff315b36306e37
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2eb3d13..800714c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -222,6 +222,7 @@ cc_library {
visibility: [
"//bootable/recovery/applypatch",
"//bootable/recovery/tests",
+ "//bootable/recovery/updater",
],
cflags: [
// We do support hidden visibility, so turn that on.