aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:40:15 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:40:15 +0000
commit449cae7761ced18ecae6d0a4b35018a0b0f14bee (patch)
treebafe6d115be2559d39c73bfd437bb9d14e3d596a
parent207eff6588f6cd662464633b32fda93bf366aa18 (diff)
parentb47af415ba74754b442c1f9f3960b29537d07e6e (diff)
downloadvolley-449cae7761ced18ecae6d0a4b35018a0b0f14bee.tar.gz
Snap for 7183507 from b47af415ba74754b442c1f9f3960b29537d07e6e to sdk-releaseplatform-tools-31.0.2platform-tools-31.0.1
Change-Id: I192c24b9c9f5a8c01638c2f6c543b73c9efa9d48
-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",