• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["libcore_ojluni_license"],
3}
4
5java_binary_host {
6    name: "spp",
7    srcs: ["build/tools/spp/*.java"],
8    manifest: "build/tools/spp/MANIFEST.MF",
9}
10