summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2024-04-05 09:45:19 -0700
committerKelvin Zhang <zhangkelvin@google.com>2024-04-05 09:45:19 -0700
commitcca7acf900d0183389a23e16056d166554174328 (patch)
tree839ba5a9ada66e97763f656e509414e02b4134d0
parentfed9fb3ef0fd3b0e2928797933df0c8117b276a4 (diff)
downloadzlib-cca7acf900d0183389a23e16056d166554174328.tar.gz
Allow bootable/deprecated-ota to use zlib
non-AB code will be moved to bootable/deprecated-ota , so add necessary visibility rules. Test: th Bug: 324360816 Change-Id: Icc56f020ab1470c797cad0d62e4bd027fcfcd703
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a8ff866..0c91f23 100644
--- a/Android.bp
+++ b/Android.bp
@@ -235,6 +235,9 @@ cc_library {
"//bootable/recovery/applypatch",
"//bootable/recovery/tests",
"//bootable/recovery/updater",
+ "//bootable/deprecated-ota/applypatch",
+ "//bootable/deprecated-ota/tests",
+ "//bootable/deprecated-ota/updater",
],
// We only use the shared flags here; the whole point is that this
// library behaves the same on all different architectures.