aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-04 00:04:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-04 00:04:03 +0000
commit18eb855a0ff9e2534992a6b5687af61e2a8d573e (patch)
tree3fae449cde338a61e0fba033f49634f23dbe5b70
parent07dc4933ac262c56e60753cd93cf99e97e08041c (diff)
parent2fcfc6f190a9ba889c80f8b1e374a2d6016c5a71 (diff)
downloadsepolicy-main.tar.gz
Merge "Use no_full_install: true instead of installable: false" into mainHEADmastermain
-rw-r--r--microdroid/Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/microdroid/Android.bp b/microdroid/Android.bp
index d7006b58c..dce489849 100644
--- a/microdroid/Android.bp
+++ b/microdroid/Android.bp
@@ -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