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

Commit 65e185b5 authored by Ed Heyl's avatar Ed Heyl
Browse files

Change an aapt "warning" from "*** " to "**** " (from three to four stars).

"*** " (three stars and a space) is the 'magic make error string'; so this change makes it
easier to find the real issues/errors in build logs.  Besides, other aapt messages are "**** ".
parent f2526939
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2369,7 +2369,7 @@ ResourceTable::validateLocalizations(void)
                        if (configSet.find(region) == configSet.end()) {
                            if (configSet.count(defaultLocale) == 0) {
                                fprintf(stdout, "aapt: warning: "
                                        "*** string '%s' has no default or required localization "
                                        "**** string '%s' has no default or required localization "
                                        "for '%s' in %s\n",
                                        String8(nameIter->first).string(),
                                        config.string(),