[LSC] Add LOCAL_LICENSE_KINDS to tools/security am: 9324620a23

Original change: https://android-review.googlesource.com/c/platform/tools/security/+/1874856

Change-Id: I9d48177cd43833b259bfa9e065854e8f1b76b681
diff --git a/fuzzing/orphans/hashbrown/Android.bp b/fuzzing/orphans/hashbrown/Android.bp
index 4068681..fade7a5 100644
--- a/fuzzing/orphans/hashbrown/Android.bp
+++ b/fuzzing/orphans/hashbrown/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"],
+}
+
 rust_fuzz {
     name: "hashbrown_hashmap_fuzzer",
     srcs: ["hashbrown_hashmap_fuzzer.rs"],
@@ -36,4 +40,4 @@
         fuzz_on_haiku_device: true,
         fuzz_on_haiku_host: true,
     },
-}
\ No newline at end of file
+}
diff --git a/fuzzing/orphans/hashlink/Android.bp b/fuzzing/orphans/hashlink/Android.bp
index 5fa6927..984f0f8 100644
--- a/fuzzing/orphans/hashlink/Android.bp
+++ b/fuzzing/orphans/hashlink/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"],
+}
+
 rust_fuzz {
     name: "hashlink_linkedhashmap_fuzzer",
     srcs: ["hashlink_linkedhashmap_fuzzer.rs"],
@@ -49,4 +53,4 @@
         fuzz_on_haiku_device: true,
         fuzz_on_haiku_host: true,
     },
-}
\ No newline at end of file
+}