aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmaz Mingaleev <mingaleev@google.com>2021-12-14 12:34:43 +0000
committerAlmaz Mingaleev <mingaleev@google.com>2021-12-14 13:11:04 +0000
commit373b1ceccea5e41f61f492852762203bb12b69bd (patch)
tree28bbded431e984b1dca637c17405bba52ae7237e
parentaad5a1c164b55119d5101ef29a5eb8d8fde8b454 (diff)
downloadslf4j-373b1ceccea5e41f61f492852762203bb12b69bd.tar.gz
SLF4J is used in mockftpserver only and both of them are used in tests only. FTP support probably could be dropped, but in mean time we can explicitly point out that none of SLF4J or mockftpserver reaches prod code / env. Bug: 210532587 Bug: 210594275 Test: atest FtpURLConnectionTest Change-Id: Ic1257ee5ec44dc093e017ca55fc462666d735892
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5b9941a3..e653f3fc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,4 +65,9 @@ java_library {
],
sdk_version: "core_current",
+ // SLF4J is used by mockftpserver, both of them are used in tests only.
+ visibility: [
+ "//external/mockftpserver",
+ "//libcore",
+ ],
}