Skip to content

Commit 069bc13

Browse files
committed
lineageos: Add dumpling to supported devices
Signed-off-by: Mika Tammi <[email protected]>
1 parent 4dce371 commit 069bc13

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

flavors/lineageos/device-metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,18 @@
1313
"variant": "userdebug",
1414
"vendor": "oneplus"
1515
},
16+
"dumpling": {
17+
"branch": "lineage-22.1",
18+
"lineage_recovery": false,
19+
"name": "5T",
20+
"variant": "userdebug",
21+
"vendor": "oneplus"
22+
},
1623
"instantnoodlep": {
1724
"branch": "lineage-22.1",
1825
"lineage_recovery": false,
1926
"name": "8 Pro",
2027
"variant": "userdebug",
2128
"vendor": "oneplus"
2229
}
23-
}
30+
}

flavors/lineageos/supported_devices.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ supported = [
66
"cheeseburger",
77

88
"instantnoodlep",
9+
"dumpling",
910
]
1011

1112
# Devices we can't support due to repo naming inconsistencies. If you care

0 commit comments

Comments
 (0)