Joe Onorato | 981c926 | 2023-06-21 15:16:23 -0700 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | bootstrap_go_package { |
| 6 | name: "soong-aconfig", |
| 7 | pkgPath: "android/soong/aconfig", |
| 8 | deps: [ |
| 9 | "blueprint", |
| 10 | "blueprint-pathtools", |
| 11 | "sbox_proto", |
| 12 | "soong", |
| 13 | "soong-android", |
| 14 | "soong-bazel", |
| 15 | "soong-android", |
| 16 | "soong-java", |
Vinh Tran | 457ddef | 2023-08-02 13:50:26 -0400 | [diff] [blame^] | 17 | "soong-rust", |
Joe Onorato | 981c926 | 2023-06-21 15:16:23 -0700 | [diff] [blame] | 18 | ], |
| 19 | srcs: [ |
| 20 | "aconfig_declarations.go", |
| 21 | "aconfig_values.go", |
| 22 | "aconfig_value_set.go", |
Joe Onorato | 2f99c47 | 2023-06-21 18:10:28 -0700 | [diff] [blame] | 23 | "all_aconfig_declarations.go", |
Joe Onorato | 37f900c | 2023-07-18 16:58:16 -0700 | [diff] [blame] | 24 | "cc_aconfig_library.go", |
Joe Onorato | 981c926 | 2023-06-21 15:16:23 -0700 | [diff] [blame] | 25 | "init.go", |
| 26 | "java_aconfig_library.go", |
| 27 | "testing.go", |
Vinh Tran | 457ddef | 2023-08-02 13:50:26 -0400 | [diff] [blame^] | 28 | "rust_aconfig_library.go", |
Joe Onorato | 981c926 | 2023-06-21 15:16:23 -0700 | [diff] [blame] | 29 | ], |
| 30 | testSrcs: [ |
| 31 | "aconfig_declarations_test.go", |
| 32 | "aconfig_values_test.go", |
| 33 | "aconfig_value_set_test.go", |
Joe Onorato | 6fe59eb | 2023-07-16 13:20:33 -0700 | [diff] [blame] | 34 | "java_aconfig_library_test.go", |
Joe Onorato | 981c926 | 2023-06-21 15:16:23 -0700 | [diff] [blame] | 35 | ], |
| 36 | pluginFor: ["soong_build"], |
| 37 | } |