Searched defs:ResourceFileFlattenerOptions (Results 1 – 1 of 1) sorted by relevance
318 struct ResourceFileFlattenerOptions { struct319 bool no_auto_version = false;320 bool no_version_vectors = false;321 bool no_version_transitions = false;322 bool no_xml_namespaces = false;323 bool keep_raw_values = false;324 bool do_not_compress_anything = false;325 bool update_proguard_spec = false;326 OutputFormat output_format = OutputFormat::kApk;327 std::unordered_set<std::string> extensions_to_not_compress;