summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:30:05 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:30:05 +0000
commita7a5d7edfe0371577080410b9d26e576083c9776 (patch)
treeaa24bc870948beb87a8bfa746517da453f102b93
parentceb84ee20207625eb009872960834e6a6c98ad46 (diff)
parentca815c709ef8029c6f26d4f59900e5396633867e (diff)
downloadnist-pkits-android12-mainline-documentsui-release.tar.gz
Snap for 7478028 from ca815c709ef8029c6f26d4f59900e5396633867e to mainline-documentsui-releaseandroid-mainline-12.0.0_r26android-mainline-12.0.0_r2aml_doc_310851020android12-mainline-documentsui-release
Change-Id: I2f030be1d43ea13d3a05e99817a5f561f4e0f4ea
-rw-r--r--Android.bp17
-rw-r--r--METADATA3
2 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 55c1f28..faa5a9b 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_nist-pkits_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_nist-pkits_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_test {
name: "nist-pkix-tests",
hostdex: true,
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
+}