blob: c1390b252418d24a0771378f6520435d8c3c8e1f [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}