1// Build the client static library for the Google Services Framework
2package {
3    // See: http://go/android-license-faq
4    // A large-scale-change added 'default_applicable_licenses' to import
5    // all of the 'license_kinds' from "external_oauth_license"
6    // to get the below license kinds:
7    //   SPDX-license-identifier-Apache-2.0
8    default_applicable_licenses: ["external_oauth_license"],
9}
10
11java_library {
12    name: "oauth",
13    srcs: ["net/**/*.java"],
14    sdk_version: "8",
15}
16