summaryrefslogtreecommitdiff
path: root/tests/directiotest/Android.bp
blob: 489e3c826bdbac24eff5bc4b3ed3519cb302e46e (plain)
1
2
3
4
5
6
7
8
cc_binary {
    name: "directiotest",
    srcs: ["directiotest.c"],
    cflags: [
        "-Wall",
        "-Werror",
    ],
}