blob: 59618b47372a189c0f1e010744a24291715cd775 [file] [log] [blame]
Bob Badourd69ad692021-02-16 19:02:14 -08001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Elliott Hughesf2761402019-11-15 15:07:00 -08005cc_binary {
6 name: "cli-test",
7 host_supported: true,
8 srcs: ["cli-test.cpp"],
9 cflags: ["-Wall", "-Werror"],
10 shared_libs: ["libbase"],
11}