[LSC] Add LOCAL_LICENSE_KINDS to external/pthreadpool am: 3424fb16ee am: ae5409bee6 am: 72716896e4

Original change: https://android-review.googlesource.com/c/platform/external/pthreadpool/+/1589013

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icbacea5f159e2db8e05f2f575514f7a6e5ab3e84
diff --git a/Android.bp b/Android.bp
index 948bf40..a027498 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_pthreadpool_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_pthreadpool_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 cc_library_static {
     name: "libpthreadpool",
     export_include_dirs: ["include"],
@@ -66,4 +83,3 @@
         "general-tests",
     ],
 }
-