Ned Burns | 6d480c3 | 2023-08-28 12:12:19 -0400 | [diff] [blame^] | 1 | aconfig_declarations { |
2 | name: "com_android_systemui_flags", | ||||
3 | package: "com.android.systemui", | ||||
4 | srcs: [ | ||||
5 | "systemui.aconfig", | ||||
6 | "accessibility.aconfig", | ||||
7 | ], | ||||
8 | } | ||||
9 | |||||
10 | java_aconfig_library { | ||||
11 | name: "com_android_systemui_flags_lib", | ||||
12 | aconfig_declarations: "com_android_systemui_flags", | ||||
13 | } |