blob: 139aeac3b9581ef8935945abc0c65f523af2a376 [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",
LaMont Jones735a80b2024-10-02 15:42:53 -070020 "release_configs.go",
LaMont Jonesc6aef162024-05-20 10:37:25 -070021 ],
22 testSrcs: [
23 ],
24 pluginFor: ["soong_build"],
25}