From c2e3b8b3bfad17ee02789345f319350c2bdaf443 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 6 Oct 2022 12:55:30 -0700 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS Added SPDX-license-identifier-Apache-2.0 to: cast_auth/mediadrm/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I315045a219b512bf57b16433570d1018816608c0 --- cast_auth/mediadrm/Android.bp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cast_auth/mediadrm/Android.bp b/cast_auth/mediadrm/Android.bp index 5c098ba..1dc4e32 100644 --- a/cast_auth/mediadrm/Android.bp +++ b/cast_auth/mediadrm/Android.bp @@ -2,6 +2,15 @@ // ---------------------------------------------------------------------------- // Builds android.hardware.drm-service.castkey // +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "device_google_tangorpro_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["device_google_tangorpro_license"], +} + cc_binary { name: "android.hardware.drm-service.castkey", defaults: ["castkey_service_defaults"], @@ -36,4 +45,4 @@ cc_defaults { "liblog", "libutils", ], -} \ No newline at end of file +}