aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 18:25:31 -0800
committerBob Badour <bbadour@google.com>2021-02-12 18:25:31 -0800
commit1e42b16f028c1f90b3fc43416b81ec072914d7ff (patch)
treecf3e0caa407b50faac464d696eee8e1b68c5bc1c
parent5f579e81b87fa0b707a126dd7352106a881824c8 (diff)
downloaddokka-1e42b16f028c1f90b3fc43416b81ec072914d7ff.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/dokkaandroid-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: I903ebc835286fbb618037e56e02f1916aadf4581
-rw-r--r--Android.bp23
1 files changed, 23 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e613720d8..ba7933be7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,29 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_dokka_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_dokka_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ "NOTICE",
+ ],
+}
+
java_binary_host {
name: "dokka",
srcs: [