blob: b3c7339c0f63a47b29e0bffde9878577142f52b9 [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: [
16 "all_build_flag_declarations.go",
Justin Yun5f538692024-05-22 20:35:20 +090017 "build_flags.go",
LaMont Jonesc6aef162024-05-20 10:37:25 -070018 "declarations.go",
19 "init.go",
20 ],
21 testSrcs: [
22 ],
23 pluginFor: ["soong_build"],
24}