1package {
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",
17        "build_flags.go",
18        "declarations.go",
19        "init.go",
20    ],
21    testSrcs: [
22    ],
23    pluginFor: ["soong_build"],
24}
25