blob: ceba01e489611f133b7ae835c1b6520374933d36 [file] [log] [blame] [edit]
aconfig_declarations {
name: "am_flags",
package: "com.android.server.am",
container: "system",
srcs: ["*.aconfig"],
}
java_aconfig_library {
name: "am_flags_lib",
aconfig_declarations: "am_flags",
}
java_aconfig_library {
name: "am_flags_host_lib",
host_supported: true,
libs: ["fake_device_config"],
aconfig_declarations: "am_flags",
}