summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:15:13 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:15:13 +0000
commit33c3f7cc8949f8b7e41606e5cd5d74957dfffd8c (patch)
treeb7d679a8e5bde0f898d7e4c6ca03dd9fb0daf00c
parent1cb7128e642ce0254b99f0c45f600ba6e57f70a0 (diff)
parent076a47995103f6d005469a4dfc6480fcbd6bcdf3 (diff)
downloadjsilver-android12-d1-release.tar.gz
Change-Id: Ie6bd438d3676cac39f117034bbff742a05a1191d
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4551ed4..a2eddc0 100644
--- a/Android.bp
+++ b/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_jsilver_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_jsilver_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_library_host {
java_version: "1.8",
name: "jsilver",