[LSC] Add LOCAL_LICENSE_KINDS to external/modp_b64 am: 38a2bcd309

Original change: https://android-review.googlesource.com/c/platform/external/modp_b64/+/1588918

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8523bcfe3aef74b4c9c048be03b6f82645acaca4
diff --git a/Android.bp b/Android.bp
index 7f0b310..962f5a4 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_modp_b64_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_modp_b64_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 cc_library_static {
     name: "libmodpb64",
     host_supported: true,