Searched defs:ResourceFileFlattenerOptions (Results 1 – 1 of 1) sorted by relevance
264 struct ResourceFileFlattenerOptions { struct265 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;[all …]