Lines Matching defs:ResourceFileFlattenerOptions
264 struct ResourceFileFlattenerOptions { struct
265 bool no_auto_version = false;
266 bool no_version_vectors = false;
267 bool no_version_transitions = false;
268 bool no_xml_namespaces = false;
269 bool keep_raw_values = false;
270 bool do_not_compress_anything = false;
271 bool update_proguard_spec = false;
272 OutputFormat output_format = OutputFormat::kApk;
273 std::unordered_set<std::string> extensions_to_not_compress;
274 Maybe<std::regex> regex_to_not_compress;