Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
f276140d0fc0d0f0be8bce3356d69389eb8ab914
/
.
/
cli-test
/
Android.bp
blob: 37a1d1b37f6f4bee60382557393e04834c6555ed [
file
] [
log
] [
blame
]
Elliott Hughes
f276140
2019-11-15 15:07:00 -0800
[
diff
] [
blame^
]
1
cc_binary
{
2
name
:
"cli-test"
,
3
host_supported
:
true
,
4
srcs
:
[
"cli-test.cpp"
],
5
cflags
:
[
"-Wall"
,
"-Werror"
],
6
shared_libs
:
[
"libbase"
],
7
}