Searched defs:CompileOptions (Results 1 – 1 of 1) sorted by relevance
32 struct CompileOptions { struct33 std::string output_path;34 std::optional<std::string> source_path;35 std::optional<std::string> res_dir;36 std::optional<std::string> res_zip;38 std::optional<Visibility::Level> visibility;39 bool pseudolocalize = false;40 bool no_png_crunch = false;41 bool legacy_mode = false;43 bool preserve_visibility_of_styleables = false;[all …]