1aconfig_declarations { 2 name: "am_flags", 3 package: "com.android.server.am", 4 container: "system", 5 srcs: ["*.aconfig"], 6} 7 8java_aconfig_library { 9 name: "am_flags_lib", 10 aconfig_declarations: "am_flags", 11} 12 13java_aconfig_library { 14 name: "am_flags_host_lib", 15 host_supported: true, 16 libs: ["fake_device_config"], 17 aconfig_declarations: "am_flags", 18} 19