summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:27:40 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:27:40 +0000
commit07a694d601fc73df6b0a2028c5ba60f8306156f4 (patch)
treeb7d679a8e5bde0f898d7e4c6ca03dd9fb0daf00c
parent241cd1b197ee8e520aa6b04f277c3b29a2ff0fe4 (diff)
parentf5396362d5ee4eb152d126cbce68c65410b8a030 (diff)
downloadjsilver-android12-mainline-adbd-release.tar.gz
Change-Id: Iea37b1a2de5b46d14453c1167d65f60c6aee003a
-rw-r--r--Android.bp18
-rw-r--r--METADATA3
2 files changed, 21 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 169767d..a2eddc0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,7 +12,25 @@
// 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",
srcs: ["src/**/*.java"],
libs: ["guava"],
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}