1// Copyright 2007 The Android Open Source Project
2//
3
4java_binary {
5    name: "svc",
6    wrapper: "svc",
7    srcs: ["**/*.java"],
8}
9