summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:03:08 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:03:08 +0000
commit82797ff1427cd66c02d5139e2c869a2cf6bfd8f9 (patch)
treef06be8475e67098d027aec111cb0ce273100ef72
parent5a91c7b63ff95024edc4720b008511a5e2d3ce53 (diff)
parent7a160e2c74676e090af0bf111c2b231a6de864f5 (diff)
downloaddownloader-android12L-tests-release.tar.gz
Change-Id: I3685169ec1e69796be546a5940e5d587456158a6
-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"],