Home | History | Annotate | Download | only in Fragment
      1 cc_library_static {
      2     name: "libmcldFragment",
      3     defaults: ["mcld-defaults"],
      4     host_supported: true,
      5     srcs: [
      6         "AlignFragment.cpp",
      7         "FillFragment.cpp",
      8         "Fragment.cpp",
      9         "FragmentRef.cpp",
     10         "NullFragment.cpp",
     11         "RegionFragment.cpp",
     12         "Relocation.cpp",
     13         "Stub.cpp",
     14     ],
     15 }
     16