1// For the host and device
2// =====================================================
3cc_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