Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DOptimize.h28 struct OptimizeOptions { struct
29 friend class OptimizeCommand;
32 Maybe<std::string> output_path;
34 Maybe<std::string> output_dir;
37 AppInfo app_info;
43 TableSplitterOptions table_splitter_options;
46 std::vector<std::string> split_paths;
51 TableFlattenerOptions table_flattener_options;
57 std::unordered_set<std::string> kept_artifacts;
60 bool shorten_resource_paths = false;
[all …]