Searched defs:CompileOptions (Results 1 – 1 of 1) sorted by relevance
29 struct CompileOptions { struct30 std::string output_path;31 Maybe<std::string> res_dir;32 Maybe<std::string> res_zip;33 Maybe<std::string> generate_text_symbols_path;34 Maybe<Visibility::Level> visibility;35 bool pseudolocalize = false;36 bool no_png_crunch = false;37 bool legacy_mode = false;39 bool preserve_visibility_of_styleables = false;[all …]