summaryrefslogtreecommitdiff
path: root/dexpreopt/dexpreopt_gen/Android.bp
blob: 2111451ab5dcaf352859d9af4dae0472682ecaa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

blueprint_go_binary {
    name: "dexpreopt_gen",
    srcs: [
        "dexpreopt_gen.go",
    ],
    deps: [
        "soong-dexpreopt",
        "blueprint-pathtools",
        "blueprint-proptools",
    ],
}