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 | } |
Darrell Shi | 09dec31 | 2023-10-10 21:23:42 +0000 | [diff] [blame^] | 14 | |
| 15 | aconfig_declarations { |
| 16 | name: "com_android_systemui_communal_flags", |
| 17 | package: "com.android.systemui.communal", |
| 18 | srcs: [ |
| 19 | "communal.aconfig", |
| 20 | ], |
| 21 | } |
| 22 | |
| 23 | java_aconfig_library { |
| 24 | name: "com_android_systemui_communal_flags_lib", |
| 25 | aconfig_declarations: "com_android_systemui_communal_flags", |
| 26 | } |