aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-08 15:46:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-08 15:46:13 +0000
commitcdff055f82e207f662d9786d80e7781cb1614ae9 (patch)
treeafdfd3d5dcc7cf73aeccb4921633fdd7c086c47b
parentecbff0b5a547eec4efc4f6f9411714639a9fd449 (diff)
parentd8cd6b49c1f28a554125b48411b4ca6b505e42ab (diff)
downloadslf4j-aml_tz5_341510010.tar.gz
Snap for 9710098 from d8cd6b49c1f28a554125b48411b4ca6b505e42ab to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: I69cfe7599a8d1143d29efe6dc5ce19ba321a8708
-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__",
],
}