[LSC] Add LOCAL_LICENSE_KINDS to system/libfmq

Added SPDX-license-identifier-Apache-2.0 to:
  fuzzer/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: Iae519b43805c290601bfdb7b4df1bfa417fba34d
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index 888c6fa..6b41e3f 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 cc_fuzz {
     name: "fmq_fuzzer",