Searched defs:LinkOptions (Results 1 – 1 of 1) sorted by relevance
38 struct LinkOptions { struct39 std::string output_path;40 std::string manifest_path;41 std::vector<std::string> include_paths;42 std::vector<std::string> overlay_files;43 std::vector<std::string> assets_dirs;44 bool output_to_directory = false;45 bool auto_add_overlay = false;46 bool override_styles_instead_of_overlaying = false;47 OutputFormat output_format = OutputFormat::kApk;[all …]