Home
last modified time | relevance | path

Searched refs:AddOptionalSwitch (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DLink.h137 AddOptionalSwitch("--proguard-conditional-keep-rules", in LinkCommand()
140 AddOptionalSwitch("--proguard-minimal-keep-rules", in LinkCommand()
143 AddOptionalSwitch("--no-auto-version", "Disables automatic style and layout SDK versioning.", in LinkCommand()
145 AddOptionalSwitch("--no-version-vectors", in LinkCommand()
149 AddOptionalSwitch("--no-version-transitions", in LinkCommand()
153 AddOptionalSwitch("--no-resource-deduping", "Disables automatic deduping of resources with\n" in LinkCommand()
156 AddOptionalSwitch("--no-resource-removal", "Disables automatic removal of resources without\n" in LinkCommand()
159 AddOptionalSwitch("--enable-sparse-encoding", in LinkCommand()
162 AddOptionalSwitch("-x", "Legacy flag that specifies to use the package identifier 0x01.", in LinkCommand()
164 AddOptionalSwitch("-z", "Require localization of strings marked 'suggested'.", in LinkCommand()
[all …]
DCompile.h56 AddOptionalSwitch("--pseudo-localize", "Generate resources for pseudo-locales " in CompileCommand()
58 AddOptionalSwitch("--no-crunch", "Disables PNG processing", &options_.no_png_crunch); in CompileCommand()
59 AddOptionalSwitch("--legacy", "Treat errors that used to be valid in AAPT as warnings", in CompileCommand()
61 AddOptionalSwitch("--preserve-visibility-of-styleables", in CompileCommand()
69 AddOptionalSwitch("-v", "Enables verbose logging", &options_.verbose); in CompileCommand()
DOptimize.h74 AddOptionalSwitch("-p", "Print the multi APK artifacts and exit.", &print_only_); in OptimizeCommand()
99 AddOptionalSwitch("--enable-sparse-encoding", in OptimizeCommand()
103 AddOptionalSwitch("--collapse-resource-names", in OptimizeCommand()
108 AddOptionalSwitch("--shorten-resource-paths", in OptimizeCommand()
114 AddOptionalSwitch("-v", "Enables verbose logging", &verbose_); in OptimizeCommand()
DDump.h95 AddOptionalSwitch("--no-values", "Suppresses output of values when displaying resource tables.", in DumpAPCCommand()
97 AddOptionalSwitch("-v", "Enables verbose logging.", &verbose_); in DumpAPCCommand()
127 AddOptionalSwitch("--include-meta-data", "Include meta-data information.", in DumpBadgingCommand()
203 AddOptionalSwitch("--no-values", "Suppresses output of values when displaying resource tables.", in DumpTableCommand()
205 AddOptionalSwitch("-v", "Enables verbose logging.", &verbose_); in DumpTableCommand()
DCommand.h71 void AddOptionalSwitch(const android::StringPiece& name, const android::StringPiece& description,
DCommand.cpp104 void Command::AddOptionalSwitch(const StringPiece& name, const StringPiece& description, in AddOptionalSwitch() function in aapt::Command