summaryrefslogtreecommitdiff
path: root/cli-test/Android.bp
blob: 37a1d1b37f6f4bee60382557393e04834c6555ed (plain)
1
2
3
4
5
6
7
cc_binary {
    name: "cli-test",
    host_supported: true,
    srcs: ["cli-test.cpp"],
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libbase"],
}