aboutsummaryrefslogtreecommitdiff
path: root/oauth2client/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-19 07:48:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-19 07:48:48 +0000
commitc8064816a845664991265574270d1e8736530f4a (patch)
tree02b48942983026efaa429875f2dba10e6c88dd32 /oauth2client/Android.bp
parent539cd896b545ecff6778dd2f79b0e7472053224f (diff)
parent9907f060a90d4db309b41fcbb61cbb24d6429261 (diff)
downloadoauth2client-c8064816a845664991265574270d1e8736530f4a.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/oauth2client am: c2bf211371 am: 9907f060a9
Original change: https://android-review.googlesource.com/c/platform/external/python/oauth2client/+/1588607 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6aa1caaa4a31fd539a625b653d2393e26c768ca2
Diffstat (limited to 'oauth2client/Android.bp')
-rw-r--r--oauth2client/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/oauth2client/Android.bp b/oauth2client/Android.bp
index 7818920..0faa5c5 100644
--- a/oauth2client/Android.bp
+++ b/oauth2client/Android.bp
@@ -11,6 +11,15 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_python_oauth2client_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_python_oauth2client_license"],
+}
+
python_library {
name: "py-oauth2client",
host_supported: true,