1// Copyright 2007 The Android Open Source Project 2 3cc_binary { 4 name: "showslab", 5 6 srcs: ["showslab.c"], 7 cflags: [ 8 "-Wall", 9 "-Werror", 10 ], 11} 12