summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:02:20 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:02:20 +0000
commit6827cfcfbbcd38ded788d4c8a4e39ab7eb6fc2f5 (patch)
treeaa24bc870948beb87a8bfa746517da453f102b93
parentceb84ee20207625eb009872960834e6a6c98ad46 (diff)
parentca815c709ef8029c6f26d4f59900e5396633867e (diff)
downloadnist-pkits-android12-mainline-media-release.tar.gz
Change-Id: I2b4a699cd4d3685ef8b117fee7d4b435b52940f3
-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
+}