blob: f8da7fa86cffe6ad17afbd2e91c175d156c807e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
aconfig_declarations {
name: "com_android_wm_shell_flags",
package: "com.android.wm.shell",
container: "system",
srcs: [
"multitasking.aconfig",
"automotive.aconfig",
],
}
java_aconfig_library {
name: "com_android_wm_shell_flags_lib",
aconfig_declarations: "com_android_wm_shell_flags",
}
|