Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/security" am: 5142b59e8f

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1609824

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6585516853b19241212744f7d1ff28981585bc6d
diff --git a/keystore2/src/vintf/Android.bp b/keystore2/src/vintf/Android.bp
index da7935a..77ec57d 100644
--- a/keystore2/src/vintf/Android.bp
+++ b/keystore2/src/vintf/Android.bp
@@ -12,6 +12,15 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "system_security_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["system_security_license"],
+}
+
 rust_library {
     name: "libkeystore2_vintf_rust",
     crate_name: "keystore2_vintf",