Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/sepolicy" am: ada5f690db

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1937798

Change-Id: If12f24c1973fb38992a1eea704a31ac69f597621
This commit is contained in:
Bob Badour 2022-01-07 02:01:52 +00:00 committed by Automerger Merge Worker
commit 5ad16d5c3e
2 changed files with 18 additions and 0 deletions

View file

@ -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",

View file

@ -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}"],