1 cc_library_host_static { 2 name: "libclangStaticAnalyzerCore", 3 defaults: ["clang-defaults"], 4 srcs: ["*.cpp"], 5 6 export_include_dirs: ["."], 7 } 8