blob: d7082a7cef7037e843a71731b81ffa9462f882cd [file] [log] [blame]
// For the host and device
// =====================================================
cc_library_static {
name: "libStripUnkAttr",
vendor_available: true,
host_supported: true,
defaults: ["slang-defaults"],
srcs: [
"strip_unknown_attributes.cpp",
"strip_unknown_attributes_pass.cpp",
],
}