1 cc_library_static { 2 name: "libclangFrontend", 3 defaults: ["clang-defaults"], 4 srcs: ["*.cpp"], 5 } 6 7 subdirs = ["Rewrite"] 8