blob: 022c74cf83078c10796b5534f158e3a41294d7d4 [file] [log] [blame]
common_CFLAGS = [
"-Wall",
"-Werror",
"-Wshadow",
]
cc_binary {
name: "secilc",
host_supported: true,
cflags: common_CFLAGS,
srcs: ["secilc.c"],
target: {
android: {
static_libs: ["libsepol"],
},
host: {
shared_libs: ["libsepol"],
},
},
}