blob: 6334bf83b700c0f3e3a0f8c4f798a4d20a23d290 [file] [log] [blame]
common_CFLAGS = [
"-Wall",
"-Werror",
"-Wshadow",
]
cc_binary {
name: "secilc",
host_supported: true,
cflags: common_CFLAGS,
srcs: ["secilc.c"],
static_libs: ["libsepol"],
stl: "none",
}