Constants: apply device package renames to device-*
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
parent
c536baec33
commit
2de5d33f19
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@ BOOT_STRATEGIES = {
|
||||||
}
|
}
|
||||||
|
|
||||||
DEVICES = {
|
DEVICES = {
|
||||||
'oneplus-enchilada': ['sdm845-oneplus-enchilada'],
|
'oneplus-enchilada': ['device-sdm845-oneplus-enchilada'],
|
||||||
'xiaomi-beryllium-ebbg': ['sdm845-xiaomi-beryllium-ebbg'],
|
'xiaomi-beryllium-ebbg': ['device-sdm845-xiaomi-beryllium-ebbg'],
|
||||||
'xiaomi-beryllium-tianma': ['sdm845-xiaomi-beryllium-tianma'],
|
'xiaomi-beryllium-tianma': ['device-sdm845-xiaomi-beryllium-tianma'],
|
||||||
'bq-paella': ['msm8916-bq-paella'],
|
'bq-paella': ['device-msm8916-bq-paella'],
|
||||||
}
|
}
|
||||||
|
|
||||||
FLAVOURS = {
|
FLAVOURS = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue