From cca7acf900d0183389a23e16056d166554174328 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Fri, 5 Apr 2024 09:45:19 -0700 Subject: 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 --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3