Loading tools/aapt/AaptAssets.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ static bool isHidden(const char *root, const char *path) if (token[0] == '*') { // Match *suffix token++; n--; if (n <= plen) { ignore = strncasecmp(token, path + plen - n, n) == 0; } Loading Loading
tools/aapt/AaptAssets.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ static bool isHidden(const char *root, const char *path) if (token[0] == '*') { // Match *suffix token++; n--; if (n <= plen) { ignore = strncasecmp(token, path + plen - n, n) == 0; } Loading