Sign in
fuchsia
/
third_party
/
android.googlesource.com
/
platform
/
system
/
core
/
a6b5f94687676032028ae9c72d324bda9ced06f1
/
.
/
cli-test
/
Android.bp
blob: 59618b47372a189c0f1e010744a24291715cd775 [
file
] [
log
] [
blame
]
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"
],
}