Sign in
android
/
platform
/
external
/
python
/
jinja
/
refs/heads/android15-tests-dev
/
.
/
src
/
Android.bp
blob: e8a5e50481f6cde8cef13cd92d815d6f0e7916da [
file
] [
log
] [
blame
] [
edit
]
package
{
default_applicable_licenses
:
[
"external_python_jinja_license"
],
}
python_library
{
name
:
"py-jinja"
,
host_supported
:
true
,
srcs
:
[
"jinja2/*.py"
],
libs
:
[
"py-markupsafe"
,
"py-setuptools"
,
],
}