You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
318 B

cc_library_static {
srcs: [
"libcap-ng-0.7/src/cap-ng.c",
"libcap-ng-0.7/src/lookup_table.c",
],
export_include_dirs: ["libcap-ng-0.7/src"],
name: "libcap-ng",
cflags: [
"-Wall",
"-Werror",
"-Wno-enum-conversion",
"-Wno-unused-parameter",
],
}