lineage: Allow roomservice to check non device/* repos
Change-Id: I840bcf945c746b3fcdda0ffd567bec7466a22207
This commit is contained in:
committed by
Christopher N. Hesse
parent
24807ea892
commit
e67b6cb4fd
@@ -217,7 +217,7 @@ def fetch_dependencies(repo_path, fallback_branch = None):
|
||||
fetch_list.append(dependency)
|
||||
syncable_repos.append(dependency['target_path'])
|
||||
verify_repos.append(dependency['target_path'])
|
||||
elif re.search("android_device_.*_.*$", dependency['repository']):
|
||||
else:
|
||||
verify_repos.append(dependency['target_path'])
|
||||
|
||||
dependencies_file.close()
|
||||
|
Reference in New Issue
Block a user