device-deps-regenerator: Add lineage-21 branches

Change-Id: Ia7cec83ebe9057b48536047865288aef7bf21277
This commit is contained in:
LuK1337
2024-02-07 21:57:20 +01:00
committed by Łukasz Patron
parent bf4ab3ce18
commit 47cbd0e4ad

View File

@@ -14,7 +14,7 @@ parser.add_argument(
args = parser.parse_args()
# supported branches, newest to oldest
CUR_BRANCHES = ["lineage-20", "lineage-20.0", "lineage-19.1", "lineage-18.1"]
CUR_BRANCHES = ["lineage-21", "lineage-21.0", "lineage-20", "lineage-20.0", "lineage-19.1", "lineage-18.1"]
def get_cm_dependencies(name):