1cc_library_host_static {
2    name: "libclangStaticAnalyzerCheckers",
3    defaults: ["clang-defaults"],
4    srcs: ["*.cpp"],
5
6    export_include_dirs: ["."],
7}
8
9subdirs = ["MPI-Checker"]
10