blob: 37a1d1b37f6f4bee60382557393e04834c6555ed [file] [log] [blame]
Elliott Hughesf2761402019-11-15 15:07:00 -08001cc_binary {
2 name: "cli-test",
3 host_supported: true,
4 srcs: ["cli-test.cpp"],
5 cflags: ["-Wall", "-Werror"],
6 shared_libs: ["libbase"],
7}