move packages/{device,deviceinfo}.py to devices/
This commit is contained in:
parent
b2112026d2
commit
6581e34087
13 changed files with 35 additions and 30 deletions
2
boot.py
2
boot.py
|
@ -9,7 +9,7 @@ from constants import FLASH_PARTS, FASTBOOT, JUMPDRIVE, JUMPDRIVE_VERSION
|
|||
from exec.file import makedir
|
||||
from fastboot import fastboot_boot, fastboot_erase_dtbo
|
||||
from image import get_device_name, losetup_rootfs_image, get_image_path, dump_aboot, dump_lk2nd
|
||||
from packages.device import get_profile_device
|
||||
from devices.device import get_profile_device
|
||||
from packages.flavour import get_profile_flavour, profile_option
|
||||
from wrapper import enforce_wrap
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue