blob: dc4208e8720741d17b48a54139cc456c8617a800 [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: [
Darrell Shic1dc96ad2023-10-12 17:16:04 +00005 "*.aconfig",
Ned Burns6d480c32023-08-28 12:12:19 -04006 ],
7}
8
9java_aconfig_library {
10 name: "com_android_systemui_flags_lib",
11 aconfig_declarations: "com_android_systemui_flags",
12}