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

Commit 3a115b8b authored by T.J. Mercier's avatar T.J. Mercier
Browse files

Default PRODUCT_CGROUP_V2_SYS_APP_ISOLATION_ENABLED to true

This variable can still be overridden to false, however we plan to add
a dependency on it being enabled in the near future.

Test: m
Test: cuttlefish boot with and without a device override
Bug: 377579705
Change-Id: I31f919f0c29fc606bc33dd843171a36924275363
parent 72d493ce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -118,6 +118,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))