1cc_binary { 2 name: "cli-test", 3 host_supported: true, 4 srcs: ["cli-test.cpp"], 5 cflags: ["-Wall", "-Werror"], 6 shared_libs: ["libbase"], 7} 8