blob: be1b872f03d059cb9dbc0cefefff502c822cec62 [file] [log] [blame]
LaMont Jonesc6aef162024-05-20 10:37:25 -07001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5bootstrap_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 Yun5f538692024-05-22 20:35:20 +090016 "build_flags.go",
LaMont Jones1119e462024-10-02 15:45:38 -070017 "build_flags_singleton.go",
LaMont Jonesc6aef162024-05-20 10:37:25 -070018 "declarations.go",
19 "init.go",
20 ],
21 testSrcs: [
22 ],
23 pluginFor: ["soong_build"],
24}