Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/security"
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",