1cc_library_static { 2 name: "libmcldMipsTarget", 3 defaults: ["mcld-defaults"], 4 host_supported: true, 5 srcs: [ 6 "MipsAbiFlags.cpp", 7 "MipsDiagnostic.cpp", 8 "MipsELFDynamic.cpp", 9 "MipsEmulation.cpp", 10 "MipsGNUInfo.cpp", 11 "MipsGOT.cpp", 12 "MipsGOTPLT.cpp", 13 "MipsLA25Stub.cpp", 14 "MipsLDBackend.cpp", 15 "MipsPLT.cpp", 16 "MipsRelocator.cpp", 17 ], 18} 19 20subdirs = ["TargetInfo"] 21