summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:15:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:15:48 +0000
commit9accf486ed3b2f425bba0369548433bc94602fe0 (patch)
tree09c0b4321fec3c07016d3d7bdc86e27143f80fad
parenta5c8a6170f0efb39a210501673e2b2198c0a8f6b (diff)
parentbba1d2c72f6ff15e4b345934a130d93a9a658bee (diff)
downloadmockftpserver-android12-d1-release.tar.gz
Change-Id: I8615bc00a7f8258ac20c2b72e905f81b0234e1d0
-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,