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: [ | ||||
Darrell Shi | c1dc96ad | 2023-10-12 17:16:04 +0000 | [diff] [blame^] | 5 | "*.aconfig", |
Ned Burns | 6d480c3 | 2023-08-28 12:12:19 -0400 | [diff] [blame] | 6 | ], |
7 | } | ||||
8 | |||||
9 | java_aconfig_library { | ||||
10 | name: "com_android_systemui_flags_lib", | ||||
11 | aconfig_declarations: "com_android_systemui_flags", | ||||
12 | } |