Add visibility for OnDevicePersonalization and apache-velocity-engine. am: d659bd6d5f am: a46e362abc am: 4d9ea9760f

Original change: https://android-review.googlesource.com/c/platform/external/slf4j/+/2436332

Change-Id: I8c2c1b3674c0e0ae2af4a022d1fdeea21d3ba649
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index e653f3f..71e5876 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,9 +65,15 @@
     ],
 
     sdk_version: "core_current",
-    // SLF4J is used by mockftpserver, both of them are used in tests only.
+    apex_available: [
+        "com.android.ondevicepersonalization",
+    ],
     visibility: [
+        // SLF4J is used by mockftpserver, both of them are used in tests only.
         "//external/mockftpserver",
         "//libcore",
+        // SLF4J is used by apache-velocity-engine, a dependency of the OnDevicePersonalization module.
+        "//external/apache-velocity-engine",
+        "//packages/modules/OnDevicePersonalization:__subpackages__",
     ],
 }