Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
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;
40 std::unordered_set<ResourceName> resources_exclude_list;
43 TableSplitterOptions table_splitter_options;
46 std::vector<std::string> split_paths;
49 std::vector<SplitConstraints> split_constraints;
51 TableFlattenerOptions table_flattener_options;
[all …]