blob: e6baf9f2103c93d1faea92adeaddf54b750bd93c [file] [log] [blame]
Bob Badour2bbe9af2021-02-12 19:49:16 -08001package {
2 default_applicable_licenses: ["external_python_pybind11_license"],
3}
4
5// Added automatically by a large-scale-change
6// See: http://go/android-license-faq
7license {
8 name: "external_python_pybind11_license",
9 visibility: [":__subpackages__"],
10 license_kinds: [
11 "SPDX-license-identifier-BSD",
12 ],
13 license_text: [
14 "LICENSE",
15 ],
16}
17
Jack He54c055b2019-11-18 16:25:38 -080018cc_library_headers {
19 name: "pybind11_headers",
20 host_supported: true,
21 export_include_dirs: ["include"],
22}