blob: 6334bf83b700c0f3e3a0f8c4f798a4d20a23d290 [file] [log] [blame]
Jeff Vander Stoepdfb78412017-05-08 23:05:06 -07001common_CFLAGS = [
2 "-Wall",
3 "-Werror",
4 "-Wshadow",
5]
6
7cc_binary {
8 name: "secilc",
9 host_supported: true,
10 cflags: common_CFLAGS,
11 srcs: ["secilc.c"],
Tri Vob6714422018-04-12 17:46:07 -070012 static_libs: ["libsepol"],
13 stl: "none",
Jeff Vander Stoepdfb78412017-05-08 23:05:06 -070014}