[LSC] Add LOCAL_LICENSE_KINDS to external/downloader am: 8a63d095dc am: 50544eafe2 am: d3fce18668

Original change: https://android-review.googlesource.com/c/platform/external/downloader/+/1609975

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ifc8e3db0bdab79ef0e28242385f9344852c2019d
diff --git a/src/main/Android.bp b/src/main/Android.bp
index f400f06..1d687ea 100644
--- a/src/main/Android.bp
+++ b/src/main/Android.bp
@@ -12,6 +12,23 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["external_downloader_src_main_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_downloader_src_main_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-Apache-2.0",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 android_library {
     name: "android_downloader_lib",
     srcs: ["java/**/*.java"],