Home | History | Annotate | Download | only in FrontendTool
      1 cc_library_host_static {
      2     name: "libclangFrontendTool",
      3     defaults: ["clang-defaults"],
      4     srcs: ["*.cpp"],
      5 
      6     cflags: [
      7         "-DCLANG_ENABLE_STATIC_ANALYZER",
      8         "-DCLANG_ENABLE_REWRITER",
      9     ],
     10 }
     11