blob: d91184a201fcb3cfb701ef34b88f4c1079334b4b [file] [log] [blame]
Dan Willemsend9608942018-11-16 16:08:45 -08001cc_binary {
2 name: "cmd",
3
4 srcs: ["cmd.cpp"],
5
6 shared_libs: [
7 "libutils",
8 "liblog",
9 "libselinux",
10 "libbinder",
11 ],
12
13 cflags: [
14 "-Wall",
15 "-Werror",
16 "-DXP_UNIX",
17 ],
18}