aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 18:07:43 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-17 18:07:43 +0000
commitccdbadc7a2339154538633d7b897043c2b5673db (patch)
treec22ff54a72357f1e127dc6af3aa83c7f7306b6d7
parent513d1276a2f34609cd3229aed4471f2c840fc247 (diff)
parentfdb6d3d2b3aa258b578c9d9ff21a9670980fa6fe (diff)
downloadpybind11-ccdbadc7a2339154538633d7b897043c2b5673db.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/pybind11 am: 2bbe9af283 am: 8d0f6cb976 am: 03465f3f66 am: fdb6d3d2b3
Original change: https://android-review.googlesource.com/c/platform/external/python/pybind11/+/1588576 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia9e1391b592736c5078c113c5725b4b81ab5cc60
-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,