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_plat_pub_versioned.cil",
|
||||||
":microdroid_vendor_sepolicy.cil",
|
":microdroid_vendor_sepolicy.cil",
|
||||||
],
|
],
|
||||||
installable: false,
|
no_full_install: true,
|
||||||
|
|
||||||
// b/259729287. In Microdroid, su is allowed to be in permissive mode.
|
// 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
|
// This is to support fully debuggable VMs on user builds. This is safe
|
||||||
|
@ -265,7 +265,7 @@ prebuilt_etc {
|
||||||
filename: "plat_file_contexts",
|
filename: "plat_file_contexts",
|
||||||
src: ":microdroid_file_contexts.gen",
|
src: ":microdroid_file_contexts.gen",
|
||||||
relative_install_path: "selinux",
|
relative_install_path: "selinux",
|
||||||
installable: false,
|
no_full_install: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
genrule {
|
genrule {
|
||||||
|
@ -282,7 +282,7 @@ prebuilt_etc {
|
||||||
filename: "plat_property_contexts",
|
filename: "plat_property_contexts",
|
||||||
src: "system/private/property_contexts",
|
src: "system/private/property_contexts",
|
||||||
relative_install_path: "selinux",
|
relative_install_path: "selinux",
|
||||||
installable: false,
|
no_full_install: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
// For CTS
|
// For CTS
|
||||||
|
|
Loading…
Reference in a new issue