Merge "RESTRICT AUTOMERGE Set the container field of aconfig flags" into main

This commit is contained in:
Treehugger Robot
2024-05-03 14:10:05 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ package {
aconfig_declarations {
name: "com_android_launcher3_flags",
package: "com.android.launcher3",
container: "system_ext",
srcs: ["**/*.aconfig"],
}

View File

@@ -1,4 +1,5 @@
package: "com.android.launcher3"
container: "system_ext"
flag {
name: "enable_expanding_pause_work_button"

View File

@@ -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"
}
}