7 lines
180 B
Text
7 lines
180 B
Text
cc_library_host_static {
|
|
name: "libclangStaticAnalyzerFrontend",
|
|
defaults: ["clang-defaults"],
|
|
srcs: ["*.cpp"],
|
|
|
|
static_libs: ["libclangStaticAnalyzerCheckers"],
|
|
}
|