Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
5619c84f8f0ec406b1f334d57b51e06caef37f96
/
.
/
cmds
/
cmd
/
Android.bp
blob: d91184a201fcb3cfb701ef34b88f4c1079334b4b [
file
] [
log
] [
blame
]
cc_binary
{
name
:
"cmd"
,
srcs
:
[
"cmd.cpp"
],
shared_libs
:
[
"libutils"
,
"liblog"
,
"libselinux"
,
"libbinder"
,
],
cflags
:
[
"-Wall"
,
"-Werror"
,
"-DXP_UNIX"
,
],
}