Remove redundant notice property. am: df7791f841

Original change: https://googleplex-android-review.googlesource.com/c/platform/prebuilts/maven_repo/bumptech/+/19295458

Change-Id: I3209aae9cfa0bfa8976a5fe8662939dac37ecb0b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index a298f52..f91b8f3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,22 +2,10 @@
     default_applicable_licenses: ["prebuilts_maven_repo_bumptech_license"],
 }
 
-// Added automatically by a large-scale-change that took the approach of
-// 'apply every license found to every target'. While this makes sure we respect
-// every license restriction, it may not be entirely correct.
-//
-// e.g. GPL in an MIT project might only apply to the contrib/ directory.
-//
-// Please consider splitting the single license below into multiple licenses,
-// taking care not to lose any license_kind information, and overriding the
-// default license using the 'licenses: [...]' property on targets as needed.
-//
-// For unused files, consider creating a 'fileGroup' with "//visibility:private"
-// to attach the license to, and including a comment whether the files may be
-// used in the current project.
 // See: http://go/android-license-faq
 license {
     name: "prebuilts_maven_repo_bumptech_license",
+    package_name: "glide",
     visibility: [":__subpackages__"],
     license_kinds: [
         "SPDX-license-identifier-Apache-2.0",
@@ -41,7 +29,6 @@
     ],
     sdk_version: "current",
     min_sdk_version: "14",
-    notice: "LICENSE",
 }
 
 android_library_import {
@@ -56,7 +43,6 @@
     ],
     sdk_version: "current",
     min_sdk_version: "14",
-    notice: "LICENSE",
 }
 
 android_library_import {
@@ -71,7 +57,6 @@
     ],
     sdk_version: "current",
     min_sdk_version: "14",
-    notice: "LICENSE",
 }
 
 java_import {
@@ -87,7 +72,6 @@
     ],
     sdk_version: "current",
     min_sdk_version: "14",
-    notice: "LICENSE",
 }
 
 java_import_host {
@@ -96,7 +80,6 @@
         "com/github/bumptech/glide/compiler/4.12.0/compiler-4.12.0.jar",
         "com/github/bumptech/glide/annotation/4.12.0/annotations-4.12.0.jar",
     ],
-    notice: "LICENSE",
 }
 
 java_plugin {