android_system_core/cli-test/Android.bp

12 lines
224 B
Plaintext

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