blob: d68e7fe37535a211af058aa5af533118d0d253a3 [file] [log] [blame]
cc_library_shared {
name: "interrupter",
host_supported: true,
srcs: ["interrupter.c"],
cflags: [
"-Wall",
"-Werror",
"-Wunused",
"-Wunreachable-code",
],
}