device-deps-regenerator: Update the CUR_BRANCHES variable

Add 19.1 and drop 17.1.

Change-Id: Ic787d63f7f094789472f47e28ae80963a8631a25
This commit is contained in:
razorloves
2022-04-25 19:41:14 -05:00
parent 507e4eeb25
commit fb2323e567

View File

@@ -20,7 +20,7 @@ print(g.rate_limiting_resettime)
org = g.get_organization('LineageOS')
# supported branches, newest to oldest
CUR_BRANCHES = ['lineage-18.1', 'lineage-17.1']
CUR_BRANCHES = ['lineage-19.1', 'lineage-18.1']
def get_cm_dependencies(repo):
branch = None