summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 18:58:06 -0800
committerBob Badour <bbadour@google.com>2021-02-12 18:58:06 -0800
commit84f1b3f21161aa73a8392977a1ed80d3682c3960 (patch)
treeaa24bc870948beb87a8bfa746517da453f102b93
parent3dfda8f502cc25fb41a9bdd53c6680af4123e559 (diff)
downloadnist-pkits-84f1b3f21161aa73a8392977a1ed80d3682c3960.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/nist-pkits
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I3a35a807c498a0f9103840f3586d5f15b9f0448b
-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,