|
@@ -31,7 +31,9 @@ while IFS= read -rd '' f; do
|
|
|
continue
|
|
|
elif [[ "$f" == *"po" ]]; then
|
|
|
continue
|
|
|
- elif [[ "$f" == "thirdparty"* ]]; then
|
|
|
+ elif [[ "$f" == "thirdparty/"* ]]; then
|
|
|
+ continue
|
|
|
+ elif [[ "$f" == *"/thirdparty/"* ]]; then
|
|
|
continue
|
|
|
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
|
|
|
continue
|