Bob Badour | cd02adc | 2021-03-01 21:37:11 -0800 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["external_python_markupsafe_license"], |
| 3 | } |
| 4 | |
| 5 | // Added automatically by a large-scale-change |
| 6 | // See: http://go/android-license-faq |
| 7 | license { |
| 8 | name: "external_python_markupsafe_license", |
| 9 | visibility: [":__subpackages__"], |
| 10 | license_kinds: [ |
| 11 | "SPDX-license-identifier-BSD", |
| 12 | ], |
| 13 | license_text: [ |
| 14 | "LICENSE.rst", |
| 15 | ], |
| 16 | } |
| 17 | |
IRIS YANG | aaf3e8a | 2020-09-10 02:51:08 +0000 | [diff] [blame] | 18 | python_library { |
| 19 | name: "py-markupsafe", |
| 20 | host_supported: true, |
| 21 | srcs: [ |
| 22 | "src/markupsafe/__init__.py", |
| 23 | "src/markupsafe/_native.py", |
| 24 | ], |
| 25 | version: { |
| 26 | py2: { |
| 27 | enabled: true, |
| 28 | }, |
| 29 | py3: { |
| 30 | enabled: true, |
| 31 | }, |
| 32 | }, |
| 33 | } |