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