aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 23:40:23 -0800
committerBob Badour <bbadour@google.com>2021-02-05 01:27:50 -0800
commit507ceb67e4e7d87ba3df9a08a536cbe60a0d2a70 (patch)
treebafe6d115be2559d39c73bfd437bb9d14e3d596a
parent816a372ad96948a3d74ca0e115b710e6cf1fdfc0 (diff)
downloadvolley-507ceb67e4e7d87ba3df9a08a536cbe60a0d2a70.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/volleyandroid-s-preview-1
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
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
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",