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