summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:02:05 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:02:05 +0000
commit0a721d2545f4e0ef78bce2c7866eaa305d7ba3da (patch)
treef06be8475e67098d027aec111cb0ce273100ef72
parent050462523e0a5df58323dfa8b433155db44965e9 (diff)
parent7a160e2c74676e090af0bf111c2b231a6de864f5 (diff)
downloaddownloader-android12-d1-s6-release.tar.gz
Change-Id: Ic8c547b7ae1efd490d85352d52846bd3d98e38fc
-rw-r--r--src/main/Android.bp17
1 files changed, 17 insertions, 0 deletions
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"],