diff options
author | vm03 <vasy@vasy.ru> | 2020-04-11 12:03:23 +0300 |
---|---|---|
committer | Rashed Abdel-Tawab <rashedabdeltawab@gmail.com> | 2020-04-12 19:51:03 +0200 |
commit | 83d7ceed9935533796acb9416fd44989cadf6b33 (patch) | |
tree | f2c015caf96ab3d9255556f6e2d54c5c1e1630bc | |
parent | ffbeb6c8dc2194786f43dbdddc4842fc75c36894 (diff) | |
download | hudson-83d7ceed9935533796acb9416fd44989cadf6b33.tar.gz hudson-83d7ceed9935533796acb9416fd44989cadf6b33.tar.bz2 hudson-83d7ceed9935533796acb9416fd44989cadf6b33.zip |
hudson: Promote Amber to 17.1
Change-Id: I299ef9a71930b50f1945ac44b788949a0a3bb7dd
-rw-r--r-- | lineage-build-targets | 2 | ||||
-rw-r--r-- | updater/devices.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lineage-build-targets b/lineage-build-targets index 2718fb9f..6fedc789 100644 --- a/lineage-build-targets +++ b/lineage-build-targets @@ -2,6 +2,7 @@ # <device> <build_type> <branch name> <period ("N"ightly, "W"eekly, "M"onthly)> # Nightly 17.1 +Amber userdebug lineage-17.1 N bardock userdebug lineage-17.1 N bardockpro userdebug lineage-17.1 N beryllium userdebug lineage-17.1 N @@ -66,7 +67,6 @@ a3xelte userdebug lineage-16.0 W a5xelte userdebug lineage-16.0 W a5y17lte userdebug lineage-16.0 W a7y17lte userdebug lineage-16.0 W -Amber userdebug lineage-16.0 W bacon userdebug lineage-16.0 W berkeley userdebug lineage-16.0 W capricorn userdebug lineage-16.0 W diff --git a/updater/devices.json b/updater/devices.json index e751b311..cd27ed63 100644 --- a/updater/devices.json +++ b/updater/devices.json @@ -1,6 +1,6 @@ [ { "model": "A6020", "oem": "Lenovo", "name": "Vibe K5 / K5 Plus"}, - { "model": "Amber", "oem": "Yandex", "name": "Phone"}, + { "model": "Amber", "oem": "Yandex", "name": "Phone", "lineage_recovery": true}, { "model": "a3xelte", "oem": "Samsung", "name": "Galaxy A3 (2016)"}, { "model": "a5xelte", "oem": "Samsung", "name": "Galaxy A5 (2016)"}, { "model": "a5y17lte", "oem": "Samsung", "name": "Galaxy A5 (2017)"}, |