Files
2023-10-13 14:01:41 +00:00

12 lines
209 B
Plaintext

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