David Anderson | b0378e1 | 2025-02-21 10:09:33 -0800 | [diff] [blame] | 1 | aconfig_declarations { |
| 2 | name: "update_engine_aconfig_declarations", |
| 3 | package: "com.android.update_engine", |
| 4 | container: "system", |
| 5 | srcs: [ |
| 6 | "update_engine_flags.aconfig", |
| 7 | ], |
| 8 | } |
| 9 | |
| 10 | java_aconfig_library { |
| 11 | name: "update_engine_flags_java_lib", |
| 12 | aconfig_declarations: "update_engine_aconfig_declarations", |
| 13 | sdk_version: "core_platform", |
| 14 | libs: ["fake_device_config"], |
| 15 | } |
| 16 | |
| 17 | cc_aconfig_library { |
| 18 | name: "update_engine_flags_cc_lib", |
| 19 | aconfig_declarations: "update_engine_aconfig_declarations", |
| 20 | } |