Allow bootable/deprecated-ota to use bzip2

non-AB code will be moved to bootable/deprecated-ota , so add necessary
visibility rules.

Test: th
Bug: 324360816
Change-Id: Icc56f020ab1470c797cad0d62e4bd027fcfcd703
diff --git a/Android.bp b/Android.bp
index 9ce6198..d63fe4a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,7 @@
     recovery_available: true,
     visibility: [
         "//bootable/recovery:__subpackages__",
+        "//bootable/deprecated-ota:__subpackages__",
         "//external/bsdiff:__subpackages__",
         "//external/puffin:__subpackages__",
         "//external/python/cpython3:__subpackages__",