• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Build the client static library for the Google Services Framework
2java_library {
3    name: "oauth",
4    srcs: ["net/**/*.java"],
5    sdk_version: "8",
6}
7