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