summaryrefslogtreecommitdiffstats
path: root/host/commands/emugen/Android.bp
blob: 717a96633f7911c3df8e03785b1559d69c60b9ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cc_binary_host {
    name: "emugen_cuttlefish",
    srcs: [
        "ApiGen.cpp",
        "EntryPoint.cpp",
        "main.cpp",
        "Parser.cpp",
        "strUtils.cpp",
        "TypeFactory.cpp",
    ],
    cflags: ["-Wno-unused-parameter"],
    defaults: ["cuttlefish_host_only"],
}