1cc_library_static { 2 name: "libmcldTarget", 3 defaults: ["mcld-defaults"], 4 host_supported: true, 5 srcs: [ 6 "ELFAttribute.cpp", 7 "ELFAttributeData.cpp", 8 "ELFAttributeValue.cpp", 9 "ELFDynamic.cpp", 10 "ELFEmulation.cpp", 11 "GNUInfo.cpp", 12 "GNULDBackend.cpp", 13 "GOT.cpp", 14 "OutputRelocSection.cpp", 15 "PLT.cpp", 16 "TargetLDBackend.cpp", 17 ], 18} 19 20subdirs = [ 21 "AArch64", 22 "ARM", 23 "Mips", 24 "X86", 25] 26