Lines Matching defs:ResourceFileFlattenerOptions
293 struct ResourceFileFlattenerOptions { struct
294 bool no_auto_version = false;
295 bool no_version_vectors = false;
296 bool no_version_transitions = false;
297 bool no_xml_namespaces = false;
298 bool keep_raw_values = false;
299 bool do_not_compress_anything = false;
300 bool update_proguard_spec = false;
301 bool do_not_fail_on_missing_resources = false;
302 OutputFormat output_format = OutputFormat::kApk;
303 std::unordered_set<std::string> extensions_to_not_compress;
304 std::optional<std::regex> regex_to_not_compress;