Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07c1c3b3 authored by T.J. Mercier's avatar T.J. Mercier Committed by Automerger Merge Worker
Browse files

Merge "Default PRODUCT_CGROUP_V2_SYS_APP_ISOLATION_ENABLED to true" into main...

Merge "Default PRODUCT_CGROUP_V2_SYS_APP_ISOLATION_ENABLED to true" into main am: e59ddeef am: 00184412

Original change: https://android-review.googlesource.com/c/platform/build/+/3406861



Change-Id: Ic92a18007cddd6fbb3ea8bb22b7377292301e97c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2c192729 00184412
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -131,6 +131,8 @@ endif

ifdef PRODUCT_CGROUP_V2_SYS_APP_ISOLATION_ENABLED
$(call add_soong_config_var_value,ANDROID,cgroup_v2_sys_app_isolation,$(PRODUCT_CGROUP_V2_SYS_APP_ISOLATION_ENABLED))
else
$(call add_soong_config_var_value,ANDROID,cgroup_v2_sys_app_isolation,true)
endif

$(call add_soong_config_var_value,ANDROID,release_avf_allow_preinstalled_apps,$(RELEASE_AVF_ALLOW_PREINSTALLED_APPS))