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