Lines Matching defs:OptimizeOptions
28 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_blacklist;
43 TableSplitterOptions table_splitter_options;
46 std::vector<std::string> split_paths;
49 std::vector<SplitConstraints> split_constraints;
51 TableFlattenerOptions table_flattener_options;
53 Maybe<std::vector<aapt::configuration::OutputArtifact>> apk_artifacts;
57 std::unordered_set<std::string> kept_artifacts;
60 bool shorten_resource_paths = false;
63 Maybe<std::string> shortened_paths_map_path;