aboutsummaryrefslogtreecommitdiff
path: root/src/Android.bp
blob: 828e7eb43978d2155c747e03262e1aef06d905f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package {
    default_applicable_licenses: ["external_python_markupsafe_license"],
}

python_library {
    name: "py-markupsafe",
    host_supported: true,
    srcs: [
        "markupsafe/__init__.py",
        "markupsafe/_native.py",
    ],
    version: {
        py2: {
            enabled: true,
        },
        py3: {
            enabled: true,
        },
    },
}