diff options
author | Erfan Abdi <erfangplus@gmail.com> | 2020-04-13 09:51:01 +0430 |
---|---|---|
committer | razorloves <razorloves@gmail.com> | 2020-04-14 20:12:12 +0200 |
commit | a8e62f54fbec35fa04ac6af4d3966dda77ea52c1 (patch) | |
tree | 4f89710433a571887f975894b497ab4cd64d5a58 | |
parent | 83d7ceed9935533796acb9416fd44989cadf6b33 (diff) | |
download | hudson-a8e62f54fbec35fa04ac6af4d3966dda77ea52c1.tar.gz hudson-a8e62f54fbec35fa04ac6af4d3966dda77ea52c1.tar.bz2 hudson-a8e62f54fbec35fa04ac6af4d3966dda77ea52c1.zip |
hudson: Add exynos 9810 devices
Change-Id: I7f787e51f7ea07d4d32e50899ac7613200a19c5b
-rw-r--r-- | lineage-build-targets | 3 | ||||
-rw-r--r-- | updater/devices.json | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lineage-build-targets b/lineage-build-targets index 6fedc789..60c9561e 100644 --- a/lineage-build-targets +++ b/lineage-build-targets @@ -9,6 +9,7 @@ beryllium userdebug lineage-17.1 N chef userdebug lineage-17.1 N cheryl userdebug lineage-17.1 N chiron userdebug lineage-17.1 N +crownlte userdebug lineage-17.1 N d800 userdebug lineage-17.1 N d801 userdebug lineage-17.1 N d802 userdebug lineage-17.1 N @@ -56,6 +57,8 @@ rs988 userdebug lineage-17.1 N sagit userdebug lineage-17.1 N sailfish userdebug lineage-17.1 N shamu userdebug lineage-17.1 N +star2lte userdebug lineage-17.1 N +starlte userdebug lineage-17.1 N us996 userdebug lineage-17.1 N vs985 userdebug lineage-17.1 N vs995 userdebug lineage-17.1 N diff --git a/updater/devices.json b/updater/devices.json index cd27ed63..77a67103 100644 --- a/updater/devices.json +++ b/updater/devices.json @@ -32,6 +32,7 @@ { "model": "clark", "oem": "Motorola", "name": "Moto X Pure (2015)"}, { "model": "condor", "oem": "Motorola", "name": "Moto E"}, { "model": "crackling", "oem": "Wileyfox", "name": "Swift"}, + { "model": "crownlte", "oem": "Samsung", "name": "Galaxy Note 9", "lineage_recovery": true}, { "model": "d2att", "oem": "Samsung", "name": "Galaxy S III (AT&T)"}, { "model": "d2spr", "oem": "Samsung", "name": "Galaxy S III (Sprint)"}, { "model": "d2tmo", "oem": "Samsung", "name": "Galaxy S III (TMO)"}, @@ -221,8 +222,8 @@ { "model": "shamu", "oem": "Google", "name": "Nexus 6", "lineage_recovery": true}, { "model": "shieldtablet", "oem": "Nvidia", "name": "Shield Tablet"}, { "model": "spyder", "oem": "Motorola", "name": "Droid Razr"}, - { "model": "star2lte", "oem": "Samsung", "name": "Galaxy S9+"}, - { "model": "starlte", "oem": "Samsung", "name": "Galaxy S9"}, + { "model": "star2lte", "oem": "Samsung", "name": "Galaxy S9+", "lineage_recovery": true}, + { "model": "starlte", "oem": "Samsung", "name": "Galaxy S9", "lineage_recovery": true}, { "model": "sumire", "oem": "Sony", "name": "Xperia Z5"}, { "model": "surnia", "oem": "Motorola", "name": "Moto E LTE (2015)"}, { "model": "suzuran", "oem": "Sony", "name": "Xperia Z5 Compact"}, |