Home | History | Annotate | Download | only in interrupter
      1 cc_library_shared {
      2     name: "interrupter",
      3     host_supported: true,
      4     srcs: ["interrupter.c"],
      5     cflags: [
      6         "-Wall",
      7         "-Werror",
      8         "-Wunused",
      9         "-Wunreachable-code",
     10     ],
     11 }
     12