Home
last modified time | relevance | path

Searched refs:file_flattener_options (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DLink.cpp1385 ResourceFileFlattenerOptions file_flattener_options; in WriteApk() local
1386 file_flattener_options.keep_raw_values = keep_raw_values; in WriteApk()
1387 file_flattener_options.do_not_compress_anything = options_.do_not_compress_anything; in WriteApk()
1388 file_flattener_options.extensions_to_not_compress = options_.extensions_to_not_compress; in WriteApk()
1389 file_flattener_options.no_auto_version = options_.no_auto_version; in WriteApk()
1390 file_flattener_options.no_version_vectors = options_.no_version_vectors; in WriteApk()
1391 file_flattener_options.no_version_transitions = options_.no_version_transitions; in WriteApk()
1392 file_flattener_options.no_xml_namespaces = options_.no_xml_namespaces; in WriteApk()
1393 file_flattener_options.update_proguard_spec = in WriteApk()
1396 ResourceFileFlattener file_flattener(file_flattener_options, context_, keep_set); in WriteApk()