1 cc_library_static { 2 name: "libLLVMDebugInfoPDB", 3 defaults: [ 4 "llvm-lib-defaults", 5 ], 6 srcs: [ 7 "*.cpp", 8 "Raw/*.cpp", 9 ], 10 } 11