mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
constants.py: remove DEVICES array, now comes from pkgbuilds.git
This commit is contained in:
parent
5a565662eb
commit
003cb7979e
1 changed files with 0 additions and 8 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue