summaryrefslogtreecommitdiff
path: root/packages/Shell/aconfig/Android.bp
blob: 1d797b29c1a47eeb8fe5e61ad941d36e14d82f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
aconfig_declarations {
    name: "wear_aconfig_declarations",
    package: "com.android.shell.flags",
    container: "system",
    srcs: [
        "wear.aconfig",
    ],
}

java_aconfig_library {
    name: "wear_aconfig_declarations_flags_java_lib",
    aconfig_declarations: "wear_aconfig_declarations",
}