Snap for 7178253 from 7a160e2c74676e090af0bf111c2b231a6de864f5 to sc-v2-release

Change-Id: I3685169ec1e69796be546a5940e5d587456158a6
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"],