From d89ad54fc5a60db8a4f70521cd2cf8790fa3c63c Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Mon, 29 Aug 2022 23:30:22 +0200 Subject: [PATCH] constants.py: remove DEVICES array, now comes from pkgbuilds.git --- constants.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/constants.py b/constants.py index 7495207..e4c652d 100644 --- a/constants.py +++ b/constants.py @@ -23,14 +23,6 @@ BOOT_STRATEGIES: dict[str, str] = { 'bq-paella': FASTBOOT, } -DEVICES: dict[str, list[str]] = { - 'oneplus-enchilada': ['device-sdm845-oneplus-enchilada'], - 'oneplus-fajita': ['device-sdm845-oneplus-fajita'], - 'xiaomi-beryllium-ebbg': ['device-sdm845-xiaomi-beryllium-ebbg'], - 'xiaomi-beryllium-tianma': ['device-sdm845-xiaomi-beryllium-tianma'], - 'bq-paella': ['device-msm8916-bq-paella'], -} - BASE_PACKAGES: list[str] = [ 'base', 'base-kupfer',