Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp297 struct ResourceFileFlattenerOptions { struct
298 bool no_auto_version = false;
299 bool no_version_vectors = false;
300 bool no_version_transitions = false;
301 bool no_xml_namespaces = false;
302 bool keep_raw_values = false;
303 bool do_not_compress_anything = false;
304 bool update_proguard_spec = false;
305 bool do_not_fail_on_missing_resources = false;
306 OutputFormat output_format = OutputFormat::kApk;
[all …]