aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 15:53:58 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-17 15:53:58 +0000
commit8d0f6cb976bd7e50c3ce4ee9d9683c702cd7db32 (patch)
treec22ff54a72357f1e127dc6af3aa83c7f7306b6d7
parentbf74725cfe6da24b5665705ea7d65691b08386bb (diff)
parent2bbe9af28311dc454203fe28f651d371eeedc002 (diff)
downloadpybind11-8d0f6cb976bd7e50c3ce4ee9d9683c702cd7db32.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/python/pybind11/+/1588576 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8290ef3c4faf2b3346372a4a8f9d2e82ce322100
-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,