aboutsummaryrefslogtreecommitdiff
path: root/build/android/gyp/Android.bp
blob: 75d3238612982672378b741188957c5c79f87c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
python_library_host {
    name: "mojom_build_android_gyp",
    srcs: ["**/*.py"],
    libs: ["mojom_build"],
    version: {
        py2: {
            enabled: true,
        },
        py3: {
            enabled: false,
        },
    },
}