From c2bf2113719cbed1731f2bf4d76c5f849b697f1f Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 15:26:43 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/python/oauth2client Added SPDX-license-identifier-Apache-2.0 to: Android.bp oauth2client/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Icf9ee01904fd92add35b79cdbef2c52083599bad --- oauth2client/Android.bp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'oauth2client/Android.bp') 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, -- cgit v1.2.3