summaryrefslogtreecommitdiff
path: root/cmds/interrupter/Android.bp
blob: d68e7fe37535a211af058aa5af533118d0d253a3 (plain)
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",
    ],
}