summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:34:15 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:34:15 -0800
commitbfcd527a386caa4823fe9fe3f300e3293dd5053c (patch)
tree09c0b4321fec3c07016d3d7bdc86e27143f80fad
parentff6324211319fc95d2abfc08faed51a18784f2fc (diff)
downloadmockftpserver-bfcd527a386caa4823fe9fe3f300e3293dd5053c.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/mockftpserverandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ie62014b82f5ea14b8a53833ad1205245a6c128f4
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a3d586b..aa2d025 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_mockftpserver_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_mockftpserver_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_library {
name: "mockftpserver",
hostdex: true,