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