aboutsummaryrefslogtreecommitdiff
path: root/third_party/catapult/devil/Android.bp
blob: d466196a79a5b3fae26640f36e5fe0781a9c10cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
python_library_host {
    name: "mojom_third_party_devil",
    srcs: ["devil/**/*.py"],
    version: {
        py2: {
            enabled: true,
        },
        py3: {
            enabled: false,
        },
    },
}