aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Vuong <akvuong@google.com>2023-02-14 19:35:16 +0000
committerAndrew Vuong <akvuong@google.com>2023-02-14 19:35:16 +0000
commitd659bd6d5f4b5f4d1823081bcbb3556c67bdf933 (patch)
treeafdfd3d5dcc7cf73aeccb4921633fdd7c086c47b
parente623afa00205cf728436f6ca5a2a69a06c309706 (diff)
downloadslf4j-d659bd6d5f4b5f4d1823081bcbb3556c67bdf933.tar.gz
Add visibility for OnDevicePersonalization and apache-velocity-engine.
Bug: 262898801 Test: mma Change-Id: I59a95fd8dc12fa5bfcda7f7824e19330a01a0ca8
-rw-r--r--Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e653f3fc..71e5876c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,9 +65,15 @@ java_library {
],
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__",
],
}