crowdin_sync: Remove unused projects
Change-Id: I94a45e6be2964af8bd6c66313e8d480cd6f2a9b3
diff --git a/crowdin_sync.py b/crowdin_sync.py
index 713c16d..31e3abf 100755
--- a/crowdin_sync.py
+++ b/crowdin_sync.py
@@ -195,7 +195,7 @@
continue
# Get project root dir from Crowdin's output by regex
- m = re.search('/(.*Superuser)/Superuser.*|/(.*LatinIME).*|/(frameworks/base).*|/(.*CMFileManager).*|/(.*CMHome).*|/(device/.*/.*)/.*/res/values.*|/(hardware/.*/.*)/.*/res/values.*|/(.*)/res/values.*', path)
+ m = re.search('/(.*LatinIME).*|/(frameworks/base).*|/(.*CMFileManager).*|/(device/.*/.*)/.*/res/values.*|/(hardware/.*/.*)/.*/res/values.*|/(.*)/res/values.*', path)
if not m.groups():
# Regex result is empty, warn the user