Loading core/android_soong_config_vars.mk +2 −0 Original line number Original line Diff line number Diff line Loading @@ -128,6 +128,8 @@ endif ifdef PRODUCT_CGROUP_V2_SYS_APP_ISOLATION_ENABLED 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)) $(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 endif $(call add_soong_config_var_value,ANDROID,release_avf_allow_preinstalled_apps,$(RELEASE_AVF_ALLOW_PREINSTALLED_APPS)) $(call add_soong_config_var_value,ANDROID,release_avf_allow_preinstalled_apps,$(RELEASE_AVF_ALLOW_PREINSTALLED_APPS)) Loading Loading
core/android_soong_config_vars.mk +2 −0 Original line number Original line Diff line number Diff line Loading @@ -128,6 +128,8 @@ endif ifdef PRODUCT_CGROUP_V2_SYS_APP_ISOLATION_ENABLED 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)) $(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 endif $(call add_soong_config_var_value,ANDROID,release_avf_allow_preinstalled_apps,$(RELEASE_AVF_ALLOW_PREINSTALLED_APPS)) $(call add_soong_config_var_value,ANDROID,release_avf_allow_preinstalled_apps,$(RELEASE_AVF_ALLOW_PREINSTALLED_APPS)) Loading