Searched defs:LinkOptions (Results 1 – 2 of 2) sorted by relevance
44 struct LinkOptions { struct45 std::string output_path;46 std::string manifest_path;47 std::vector<std::string> include_paths;48 std::vector<std::string> overlay_files;49 std::vector<std::string> assets_dirs;50 bool output_to_directory = false;51 bool auto_add_overlay = false;52 bool override_styles_instead_of_overlaying = false;53 OutputFormat output_format = OutputFormat::kApk;[all …]
27 struct LinkOptions { struct33 LinkOptions() : Verbose(false), NoOutput(false) {} in LinkOptions() argument