summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:15:53 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:15:53 +0000
commitdccd7177f8ccfba5312cd3f8a9e91d1b87c9dec7 (patch)
treeaa24bc870948beb87a8bfa746517da453f102b93
parent3cec6cb6d7cb406f0ebcbb746720325037bc568c (diff)
parentc69e5f8f89794d59ca14fc3ea646903c46ddd381 (diff)
downloadnist-pkits-android12-d1-s3-release.tar.gz
Change-Id: I9d5898ba7a22ff2d4ab0cb6a2df7d7382aa0f493
-rw-r--r--Android.bp17
1 files changed, 17 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,