android_system_core/cli-test/Android.bp

8 lines
154 B
Plaintext

cc_binary {
name: "cli-test",
host_supported: true,
srcs: ["cli-test.cpp"],
cflags: ["-Wall", "-Werror"],
shared_libs: ["libbase"],
}