1cc_binary {
2    name: "directiotest",
3    srcs: ["directiotest.c"],
4    cflags: [
5        "-Wall",
6        "-Werror",
7    ],
8}
9