// Copyright 2007 The Android Open Source Project

cc_binary {
    name: "showslab",

    srcs: ["showslab.c"],
    cflags: [
        "-Wall",
        "-Werror",
    ],
}