Home | History | Annotate | Download | only in libcap-ng
      1 cc_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 }
     17