• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1aconfig_declarations {
2    name: "wear_aconfig_declarations",
3    package: "com.android.shell.flags",
4    container: "system",
5    srcs: [
6        "wear.aconfig",
7    ],
8}
9
10java_aconfig_library {
11    name: "wear_aconfig_declarations_flags_java_lib",
12    aconfig_declarations: "wear_aconfig_declarations",
13}
14