aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:04:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:04:27 +0000
commit18ef79e2f788773cbb4fdc21a1c7bb6b46404362 (patch)
treeda3f32d164f0d6683f29351262ebade77cfdac12
parent339769ccb6470681aea682466af1533b4962cf02 (diff)
parenteecd299d4e9d29efb6d9c87a5fe7cfc67c0c4ab6 (diff)
downloadslf4j-18ef79e2f788773cbb4fdc21a1c7bb6b46404362.tar.gz
Change-Id: I8048840226afe3dfd1eea59043503932290973c7
-rw-r--r--Android.bp5
-rw-r--r--METADATA6
-rw-r--r--OWNERS6
3 files changed, 10 insertions, 7 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",
+ ],
}
diff --git a/METADATA b/METADATA
index 9b058bb3..7ae255df 100644
--- a/METADATA
+++ b/METADATA
@@ -1,6 +1,6 @@
third_party {
- # would be NOTICE save for:
- # log4j-over-slf4j/compatibility/src/main/java/test/Log4j12Calls.java
- # log4j-over-slf4j/compatibility/src/main/java/test/Log4j13Calls.java
+ license_note: "would be NOTICE save for:\n"
+ " log4j-over-slf4j/compatibility/src/main/java/test/Log4j12Calls.java\n"
+ " log4j-over-slf4j/compatibility/src/main/java/test/Log4j13Calls.java"
license_type: RESTRICTED
}
diff --git a/OWNERS b/OWNERS
index 3176d4a8..2d365747 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,4 +1,2 @@
-# This project was last update 4 years ago by ceki@qos.ch?
-# Please update this list if you find better candidates.
-jeffbailey@google.com
-rtenneti@google.com
+# Bug component: 24949
+include platform/libcore:/OWNERS