Home
last modified time | relevance | path

Searched defs:ResourceFileFlattenerOptions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DLink.cpp273 struct ResourceFileFlattenerOptions { struct
274 bool no_auto_version = false;
275 bool no_version_vectors = false;
276 bool no_version_transitions = false;
277 bool no_xml_namespaces = false;
278 bool keep_raw_values = false;
279 bool do_not_compress_anything = false;
280 bool update_proguard_spec = false;
281 bool do_not_fail_on_missing_resources = false;
282 OutputFormat output_format = OutputFormat::kApk;
[all …]