LaMont Jones | c6aef16 | 2024-05-20 10:37:25 -0700 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | bootstrap_go_package { |
| 6 | name: "soong-aconfig-build_flags", |
| 7 | pkgPath: "android/soong/aconfig/build_flags", |
| 8 | deps: [ |
| 9 | "blueprint", |
| 10 | "blueprint-pathtools", |
| 11 | "sbox_proto", |
| 12 | "soong", |
| 13 | "soong-android", |
| 14 | ], |
| 15 | srcs: [ |
Justin Yun | 5f53869 | 2024-05-22 20:35:20 +0900 | [diff] [blame] | 16 | "build_flags.go", |
LaMont Jones | 1119e46 | 2024-10-02 15:45:38 -0700 | [diff] [blame] | 17 | "build_flags_singleton.go", |
LaMont Jones | c6aef16 | 2024-05-20 10:37:25 -0700 | [diff] [blame] | 18 | "declarations.go", |
| 19 | "init.go", |
LaMont Jones | 735a80b | 2024-10-02 15:42:53 -0700 | [diff] [blame] | 20 | "release_configs.go", |
LaMont Jones | c6aef16 | 2024-05-20 10:37:25 -0700 | [diff] [blame] | 21 | ], |
| 22 | testSrcs: [ |
| 23 | ], |
| 24 | pluginFor: ["soong_build"], |
| 25 | } |