Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bf9fd97 authored by Adam Soutar's avatar Adam Soutar
Browse files

Fix typo in aapt2 CLI --help

Hi, just noticed this difference while reading through docs and then invoking `aapt2 --help`

The updated spelling matches the public documentation for this CLI switch:
https://developer.android.com/tools/aapt2

Change-Id: I37788ab78d7ec6df409b3aa2e1e365626a47ab72
Flag: EXEMPT log only update
parent 0709b098
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ class CompileCommand : public Command {
    AddOptionalSwitch("--preserve-visibility-of-styleables",
                      "If specified, apply the same visibility rules for\n"
                      "styleables as are used for all other resources.\n"
                      "Otherwise, all stylesables will be made public.",
                      "Otherwise, all styleables will be made public.",
                      &options_.preserve_visibility_of_styleables);
    AddOptionalFlag("--visibility",
        "Sets the visibility of the compiled resources to the specified\n"