diff options
author | Quallenauge <Hamsi2k@freenet.de> | 2020-04-05 22:18:04 +0200 |
---|---|---|
committer | razorloves <razorloves@gmail.com> | 2020-04-10 21:39:34 +0200 |
commit | a5d4437e9b5b5a88c0648ba468723945021782ae (patch) | |
tree | b46d91449132cdd6476255dd3959aa05efd79974 | |
parent | 5fae0c326693e5a7b699d5e0d7c6a4a68f530385 (diff) | |
download | hudson-a5d4437e9b5b5a88c0648ba468723945021782ae.tar.gz hudson-a5d4437e9b5b5a88c0648ba468723945021782ae.tar.bz2 hudson-a5d4437e9b5b5a88c0648ba468723945021782ae.zip |
hudson: Promote bardock/bardockpro to 17.1
Change-Id: I397aef427b4ab256e4fd611951e47b9ad7d84b82
-rw-r--r-- | lineage-build-targets | 4 | ||||
-rw-r--r-- | updater/devices.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lineage-build-targets b/lineage-build-targets index 279a7b78..79a12819 100644 --- a/lineage-build-targets +++ b/lineage-build-targets @@ -2,6 +2,8 @@ # <device> <build_type> <branch name> <period ("N"ightly, "W"eekly, "M"onthly)> # Nightly 17.1 +bardock userdebug lineage-17.1 N +bardockpro userdebug lineage-17.1 N beryllium userdebug lineage-17.1 N chef userdebug lineage-17.1 N cheryl userdebug lineage-17.1 N @@ -65,8 +67,6 @@ a5y17lte userdebug lineage-16.0 W a7y17lte userdebug lineage-16.0 W Amber userdebug lineage-16.0 W bacon userdebug lineage-16.0 W -bardock userdebug lineage-16.0 W -bardockpro userdebug lineage-16.0 W berkeley userdebug lineage-16.0 W capricorn userdebug lineage-16.0 W charlotte userdebug lineage-16.0 W diff --git a/updater/devices.json b/updater/devices.json index 80118538..e751b311 100644 --- a/updater/devices.json +++ b/updater/devices.json @@ -12,8 +12,8 @@ { "model": "athene", "oem": "Motorola", "name": "Moto G4/G4 Plus"}, { "model": "axon7", "oem": "ZTE", "name": "Axon 7"}, { "model": "bacon", "oem": "OnePlus", "name": "One"}, - { "model": "bardock", "oem": "BQ", "name": "Aquaris X"}, - { "model": "bardockpro", "oem": "BQ", "name": "Aquaris X Pro"}, + { "model": "bardock", "oem": "BQ", "name": "Aquaris X", "lineage_recovery": true}, + { "model": "bardockpro", "oem": "BQ", "name": "Aquaris X Pro", "lineage_recovery": true}, { "model": "berkeley", "oem": "Huawei", "name": "Honor View 10"}, { "model": "beryllium", "oem": "Xiaomi", "name": "Poco F1", "lineage_recovery": true}, { "model": "bullhead", "oem": "Google", "name": "Nexus 5X"}, |