aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 9d3fe9fb18327407871fe99f4672417ae5827f59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
python_library {
    name: "py-markupsafe",
    host_supported: true,
    srcs: [
        "src/markupsafe/__init__.py",
        "src/markupsafe/_native.py",
    ],
    version: {
        py2: {
            enabled: true,
        },
        py3: {
            enabled: true,
        },
    },
}