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