Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp293 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;
[all …]