summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 02:04:48 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 02:04:48 +0000
commit0ca77af6a4a50b5bb450287a04d04e981a065e24 (patch)
treeaa24bc870948beb87a8bfa746517da453f102b93
parentceb84ee20207625eb009872960834e6a6c98ad46 (diff)
parentca815c709ef8029c6f26d4f59900e5396633867e (diff)
downloadnist-pkits-android12-mainline-resolv-release.tar.gz
Change-Id: I02af1a1bf892a73f5ff143f6ce9d6d656216a8ad
-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
+}