Home | History | Annotate | Download | only in StripUnkAttr
      1 // For the host and device
      2 // =====================================================
      3 cc_library_static {
      4     name: "libStripUnkAttr",
      5     host_supported: true,
      6     defaults: ["slang-defaults"],
      7 
      8     srcs: [
      9         "strip_unknown_attributes.cpp",
     10         "strip_unknown_attributes_pass.cpp",
     11     ],
     12 }
     13