From d167e4c3df51c8f7065aadd2b74e1d4e1e7f3acd Mon Sep 17 00:00:00 2001 From: Oriol Prieto Gasco Date: Tue, 30 Apr 2024 20:05:11 +0000 Subject: [PATCH] RESTRICT AUTOMERGE Set the container field of aconfig flags Test: printflags --format='{package}:{container}:' | grep "::" Bug: 312769710 Flag: NONE Change-Id: Ib3df226999e8616bd99c6067afefb4f0be7911ab --- aconfig/Android.bp | 1 + aconfig/launcher.aconfig | 1 + aconfig/launcher_search.aconfig | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aconfig/Android.bp b/aconfig/Android.bp index dc30a35eed..bca7494a04 100644 --- a/aconfig/Android.bp +++ b/aconfig/Android.bp @@ -20,6 +20,7 @@ package { aconfig_declarations { name: "com_android_launcher3_flags", package: "com.android.launcher3", + container: "system_ext", srcs: ["**/*.aconfig"], } diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index af175ce921..6dde22906f 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -1,4 +1,5 @@ package: "com.android.launcher3" +container: "system_ext" flag { name: "enable_expanding_pause_work_button" diff --git a/aconfig/launcher_search.aconfig b/aconfig/launcher_search.aconfig index fc79200224..e23a769f27 100644 --- a/aconfig/launcher_search.aconfig +++ b/aconfig/launcher_search.aconfig @@ -1,4 +1,5 @@ package: "com.android.launcher3" +container: "system_ext" flag { name: "enable_private_space" @@ -12,4 +13,4 @@ flag { namespace: "launcher_search" description: "This flag enables the animation of the Private Space container" bug: "299294792" -} \ No newline at end of file +}