blob: 65d50aa544830a4e53b4652fad605dae1b538f8e [file] [log] [blame]
Steve Muckleed169c92017-10-10 14:50:34 -07001cc_library_static {
2
3 srcs: [
4 "libcap-ng-0.7/src/cap-ng.c",
5 "libcap-ng-0.7/src/lookup_table.c",
6 ],
7
8 export_include_dirs: ["libcap-ng-0.7/src"],
9 name: "libcap-ng",
10 cflags: [
11 "-Wall",
12 "-Werror",
13 "-Wno-enum-conversion",
14 "-Wno-unused-parameter",
15 ],
16}