From 781bc54245bc6efce1bfcea16bf8e1ecbad86c93 Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Mon, 3 Feb 2025 14:32:14 +0900 Subject: [PATCH] aconfig flags for Settings are in the system_ext container As aconfig_settings_flags is declared in the system_ext container, flags must have the same container with the declaration. Bug: 385213580 Test: "adb shell aflags list" must not be changed. Flag: EXEMPT refactor Change-Id: I0f0f37f1570066905cbab887dd0f77db05c64ba8 --- aconfig/settings_communal_flag_declarations.aconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aconfig/settings_communal_flag_declarations.aconfig b/aconfig/settings_communal_flag_declarations.aconfig index 3d3a80522ea..fff8f495a7f 100644 --- a/aconfig/settings_communal_flag_declarations.aconfig +++ b/aconfig/settings_communal_flag_declarations.aconfig @@ -1,5 +1,5 @@ package: "com.android.settings.flags" -container: "system" +container: "system_ext" flag { name: "enable_hub_mode_settings_on_mobile"