Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/sepolicy"
diff --git a/compat/Android.bp b/compat/Android.bp
index 715e4b3..fd1a864 100644
--- a/compat/Android.bp
+++ b/compat/Android.bp
@@ -14,6 +14,15 @@
 
 // This file contains module definitions for compatibility files.
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "system_sepolicy_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["system_sepolicy_license"],
+}
+
 se_cil_compat_map {
     name: "plat_28.0.cil",
     stem: "28.0.cil",
diff --git a/contexts/Android.bp b/contexts/Android.bp
index ed98683..ed183ef 100644
--- a/contexts/Android.bp
+++ b/contexts/Android.bp
@@ -14,6 +14,15 @@
 
 // This file contains module definitions for various contexts files.
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "system_sepolicy_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["system_sepolicy_license"],
+}
+
 file_contexts {
     name: "plat_file_contexts",
     srcs: [":file_contexts_files{.plat_private}"],