Lines Matching defs:CompileOptions
29 struct CompileOptions { struct
30 std::string output_path;
31 Maybe<std::string> source_path;
32 Maybe<std::string> res_dir;
33 Maybe<std::string> res_zip;
34 Maybe<std::string> generate_text_symbols_path;
35 Maybe<Visibility::Level> visibility;
36 bool pseudolocalize = false;
37 bool no_png_crunch = false;
38 bool legacy_mode = false;
40 bool preserve_visibility_of_styleables = false;
41 bool verbose = false;