Home
last modified time | relevance | path

Searched defs:CompileOptions (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.h29 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;
[all …]