Jeff Vander Stoep | dfb7841 | 2017-05-08 23:05:06 -0700 | [diff] [blame] | 1 | common_CFLAGS = [ |
2 | "-Wall", | ||||
3 | "-Werror", | ||||
4 | "-Wshadow", | ||||
5 | ] | ||||
6 | |||||
7 | cc_binary { | ||||
8 | name: "secilc", | ||||
9 | host_supported: true, | ||||
10 | cflags: common_CFLAGS, | ||||
11 | srcs: ["secilc.c"], | ||||
Tri Vo | b671442 | 2018-04-12 17:46:07 -0700 | [diff] [blame] | 12 | static_libs: ["libsepol"], |
13 | stl: "none", | ||||
Jeff Vander Stoep | dfb7841 | 2017-05-08 23:05:06 -0700 | [diff] [blame] | 14 | } |