From 507ceb67e4e7d87ba3df9a08a536cbe60a0d2a70 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 3 Feb 2021 23:40:23 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/volley Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I00c4dc1bf8b9aeb94be8763330448c8c8808e5b9 --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Android.bp b/Android.bp index a6f715c..803b4f2 100644 --- a/Android.bp +++ b/Android.bp @@ -14,6 +14,23 @@ // limitations under the License. // +package { + default_applicable_licenses: ["external_volley_license"], +} + +// Added automatically by a large-scale-change +// http://go/android-license-faq +license { + name: "external_volley_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-Apache-2.0", + ], + license_text: [ + "LICENSE", + ], +} + java_library { name: "volley", -- cgit v1.2.3