Snap for 7149879 from c69e5f8f89794d59ca14fc3ea646903c46ddd381 to sc-v2-release

Change-Id: I445008d3f252079a92f670aa1c86916c11043401
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,