RESTRICT AUTOMERGE

Set the container field of aconfig flags

Test: printflags --format='{package}:{container}:' | grep "::"
Bug: 312769710
Flag: NONE
Change-Id: Ib3df226999e8616bd99c6067afefb4f0be7911ab
This commit is contained in:
Oriol Prieto Gasco
2024-04-30 20:05:11 +00:00
committed by Oriol Prieto Gascó
parent 46af250858
commit d167e4c3df
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ package {
aconfig_declarations {
name: "com_android_launcher3_flags",
package: "com.android.launcher3",
container: "system_ext",
srcs: ["**/*.aconfig"],
}
+1
View File
@@ -1,4 +1,5 @@
package: "com.android.launcher3"
container: "system_ext"
flag {
name: "enable_expanding_pause_work_button"
+2 -1
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"
}
}