summaryrefslogtreecommitdiff
path: root/libs/WindowManager/Shell/aconfig/Android.bp
blob: 1a98ffcea9e73d28a870a9f6cc9bf8e19069f173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
aconfig_declarations {
    name: "com_android_wm_shell_flags",
    package: "com.android.wm.shell",
    srcs: [
        "multitasking.aconfig",
    ],
}

java_aconfig_library {
    name: "com_android_wm_shell_flags_lib",
    aconfig_declarations: "com_android_wm_shell_flags",
}