summaryrefslogtreecommitdiff
path: root/showslab/Android.bp
blob: d84004e55f653d33a7d9cb35d781adf0b7de3e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2007 The Android Open Source Project

cc_binary {
    name: "showslab",

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