aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-06 20:40:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-06 20:40:38 +0000
commit81278a219d461e8c4e50d754624b2fab9696f323 (patch)
treeafdfd3d5dcc7cf73aeccb4921633fdd7c086c47b
parentc1bdcafd301e92c52dab8ee26adef43f02faa1c9 (diff)
parentcb5a367a79a71163d125e9f39c38e0c6727a61f6 (diff)
downloadslf4j-81278a219d461e8c4e50d754624b2fab9696f323.tar.gz
Snap for 9696069 from cb5a367a79a71163d125e9f39c38e0c6727a61f6 to mainline-os-statsd-releaseaml_sta_331910000aml_sta_331811000aml_sta_331711010android13-mainline-os-statsd-release
Change-Id: I5cbd4cf9b5beedd19421a84586258983c7da1aad
-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__",
],
}