Home | History | Annotate | Download | only in Core
      1 cc_library_static {
      2     name: "libmcldCore",
      3     defaults: ["mcld-defaults"],
      4     host_supported: true,
      5     srcs: [
      6         "AttributeOption.cpp",
      7         "Environment.cpp",
      8         "GeneralOptions.cpp",
      9         "InputTree.cpp",
     10         "IRBuilder.cpp",
     11         "LinkerConfig.cpp",
     12         "Linker.cpp",
     13         "LinkerScript.cpp",
     14         "Module.cpp",
     15         "TargetOptions.cpp",
     16     ],
     17 }
     18