blob: b18c7900a1686f648976ab404961da4b3d289a6e [file] [log] [blame]
Ned Burns6d480c32023-08-28 12:12:19 -04001aconfig_declarations {
2 name: "com_android_systemui_flags",
3 package: "com.android.systemui",
4 srcs: [
5 "systemui.aconfig",
6 "accessibility.aconfig",
7 ],
8}
9
10java_aconfig_library {
11 name: "com_android_systemui_flags_lib",
12 aconfig_declarations: "com_android_systemui_flags",
13}
Darrell Shi09dec312023-10-10 21:23:42 +000014
15aconfig_declarations {
16 name: "com_android_systemui_communal_flags",
17 package: "com.android.systemui.communal",
18 srcs: [
19 "communal.aconfig",
20 ],
21}
22
23java_aconfig_library {
24 name: "com_android_systemui_communal_flags_lib",
25 aconfig_declarations: "com_android_systemui_communal_flags",
26}