Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
package {
|
|
default_applicable_licenses: ["external_python_markupsafe_license"],
|
|
}
|
|
|
|
python_library {
|
|
name: "py-markupsafe",
|
|
host_supported: true,
|
|
srcs: [
|
|
"markupsafe/__init__.py",
|
|
"markupsafe/_native.py",
|
|
],
|
|
}
|