| Yu Liu | eae7b36 | 2023-11-16 17:05:47 -0800 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | bootstrap_go_package { |
| 6 | name: "soong-aconfig-codegen", |
| 7 | pkgPath: "android/soong/aconfig/codegen", |
| 8 | deps: [ |
| 9 | "blueprint", |
| 10 | "blueprint-pathtools", |
| Colin Cross | 1d4f3b8 | 2025-08-14 14:29:53 -0700 | [diff] [blame] | 11 | "blueprint-proptools", |
| Yu Liu | eae7b36 | 2023-11-16 17:05:47 -0800 | [diff] [blame] | 12 | "sbox_proto", |
| 13 | "soong", |
| 14 | "soong-aconfig", |
| 15 | "soong-android", |
| Colin Cross | 1d4f3b8 | 2025-08-14 14:29:53 -0700 | [diff] [blame] | 16 | "soong-cc", |
| Yu Liu | eae7b36 | 2023-11-16 17:05:47 -0800 | [diff] [blame] | 17 | "soong-java", |
| 18 | "soong-rust", |
| 19 | ], |
| 20 | srcs: [ |
| Jihoon Kang | 2a43e56 | 2024-02-12 19:05:12 +0000 | [diff] [blame] | 21 | "aconfig_declarations_group.go", |
| Yu Liu | eae7b36 | 2023-11-16 17:05:47 -0800 | [diff] [blame] | 22 | "cc_aconfig_library.go", |
| 23 | "init.go", |
| 24 | "java_aconfig_library.go", |
| 25 | "rust_aconfig_library.go", |
| 26 | "testing.go", |
| 27 | ], |
| 28 | testSrcs: [ |
| Jihoon Kang | 2a43e56 | 2024-02-12 19:05:12 +0000 | [diff] [blame] | 29 | "aconfig_declarations_group_test.go", |
| Yu Liu | eae7b36 | 2023-11-16 17:05:47 -0800 | [diff] [blame] | 30 | "java_aconfig_library_test.go", |
| 31 | "cc_aconfig_library_test.go", |
| 32 | "rust_aconfig_library_test.go", |
| 33 | ], |
| 34 | pluginFor: ["soong_build"], |
| 35 | } |