summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOriol Prieto Gasco <opg@google.com>2024-04-30 20:05:06 +0000
committerOriol Prieto Gascó <opg@google.com>2024-05-02 12:04:32 +0000
commit775ac07185e3d306681ddb20394f9f6810801d4e (patch)
tree2ea7a3ca9cf5a912772501e91a9c2551896095f7
parent02fe034c3788908a22ac0936dea2fdc31de13e65 (diff)
downloadsystemui-master.tar.gz
RESTRICT AUTOMERGEHEADmastermain
Set the container field of aconfig flags Test: printflags --format='{package}:{container}:' | grep "::" Bug: 312769710 Flag: NONE Change-Id: Ic45869ff40c41073f8b76780eabbaf03c6ef3596
-rw-r--r--aconfig/Android.bp1
-rw-r--r--aconfig/biometrics.aconfig1
-rw-r--r--aconfig/systemui.aconfig1
3 files changed, 3 insertions, 0 deletions
diff --git a/aconfig/Android.bp b/aconfig/Android.bp
index 6c62e87..c23958b 100644
--- a/aconfig/Android.bp
+++ b/aconfig/Android.bp
@@ -28,6 +28,7 @@ package {
aconfig_declarations {
name: "com_android_systemui_shared_flags",
package: "com.android.systemui.shared",
+ container: "system",
srcs: [
"*.aconfig",
],
diff --git a/aconfig/biometrics.aconfig b/aconfig/biometrics.aconfig
index 1472799..36ac57b 100644
--- a/aconfig/biometrics.aconfig
+++ b/aconfig/biometrics.aconfig
@@ -1,4 +1,5 @@
package: "com.android.systemui.shared"
+container: "system"
# Note: for shared flags across SystemUI & framework
diff --git a/aconfig/systemui.aconfig b/aconfig/systemui.aconfig
index 96f4076..15ea258 100644
--- a/aconfig/systemui.aconfig
+++ b/aconfig/systemui.aconfig
@@ -1,4 +1,5 @@
package: "com.android.systemui.shared"
+container: "system"
flag {
name: "example_shared_flag"