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