aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:38:59 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:38:59 +0000
commitea829c2f0c7b1ca554f51826f1a06e3dcfa2b8ad (patch)
treec22ff54a72357f1e127dc6af3aa83c7f7306b6d7
parent8ffaf098c3636bebb2b496eb1a8dec492d055975 (diff)
parent8d0f6cb976bd7e50c3ce4ee9d9683c702cd7db32 (diff)
downloadplatform_external_python_pybind11-sdk-release.tar.gz
platform_external_python_pybind11-sdk-release.tar.bz2
platform_external_python_pybind11-sdk-release.zip
Snap for 7183507 from 8d0f6cb976bd7e50c3ce4ee9d9683c702cd7db32 to sdk-releaseplatform-tools-31.0.2platform-tools-31.0.1sdk-release
Change-Id: I6daf8babac525d6e4e6b2edec24fa18b5c24732b
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9e7844d..e6baf9f 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,