Merge "Use no_full_install: true instead of installable: false" into main
This commit is contained in:
commit
18eb855a0f
1 changed files with 3 additions and 3 deletions
|
@ -243,7 +243,7 @@ se_policy_binary {
|
|||
":microdroid_plat_pub_versioned.cil",
|
||||
":microdroid_vendor_sepolicy.cil",
|
||||
],
|
||||
installable: false,
|
||||
no_full_install: true,
|
||||
|
||||
// b/259729287. In Microdroid, su is allowed to be in permissive mode.
|
||||
// This is to support fully debuggable VMs on user builds. This is safe
|
||||
|
@ -265,7 +265,7 @@ prebuilt_etc {
|
|||
filename: "plat_file_contexts",
|
||||
src: ":microdroid_file_contexts.gen",
|
||||
relative_install_path: "selinux",
|
||||
installable: false,
|
||||
no_full_install: true,
|
||||
}
|
||||
|
||||
genrule {
|
||||
|
@ -282,7 +282,7 @@ prebuilt_etc {
|
|||
filename: "plat_property_contexts",
|
||||
src: "system/private/property_contexts",
|
||||
relative_install_path: "selinux",
|
||||
installable: false,
|
||||
no_full_install: true,
|
||||
}
|
||||
|
||||
// For CTS
|
||||
|
|
Loading…
Reference in a new issue