1cc_library_static { 2 name: "libmcldSupport", 3 defaults: ["mcld-defaults"], 4 host_supported: true, 5 srcs: [ 6 "Demangle.cpp", 7 "Directory.cpp", 8 "FileHandle.cpp", 9 "FileOutputBuffer.cpp", 10 "FileSystem.cpp", 11 "LEB128.cpp", 12 "MemoryArea.cpp", 13 "MemoryAreaFactory.cpp", 14 "MsgHandling.cpp", 15 "Path.cpp", 16 "raw_ostream.cpp", 17 "RealPath.cpp", 18 "SystemUtils.cpp", 19 "Target.cpp", 20 "TargetRegistry.cpp", 21 ], 22} 23