aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 19:49:16 -0800
committerBob Badour <bbadour@google.com>2021-02-12 19:49:16 -0800
commit2bbe9af28311dc454203fe28f651d371eeedc002 (patch)
treec22ff54a72357f1e127dc6af3aa83c7f7306b6d7
parentc1e4e8e441e91d367f196e3c6b5d14b4d52cb2b9 (diff)
downloadpybind11-2bbe9af28311dc454203fe28f651d371eeedc002.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/pybind11android-s-preview-1
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ib391e63354419ce2afd30ef7599c12f75c9b1eb0
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9e7844d5..e6baf9f2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_python_pybind11_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_pybind11_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_library_headers {
name: "pybind11_headers",
host_supported: true,