summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 21:13:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-16 21:13:06 +0000
commit43a4e803e0c4e4c6fc49a82cfb0787ef2136063f (patch)
treeaa24bc870948beb87a8bfa746517da453f102b93
parent3dfda8f502cc25fb41a9bdd53c6680af4123e559 (diff)
parent84f1b3f21161aa73a8392977a1ed80d3682c3960 (diff)
downloadnist-pkits-43a4e803e0c4e4c6fc49a82cfb0787ef2136063f.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/nist-pkits"android-s-preview-1
-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,