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
flash.py
2
flash.py
|
@ -9,7 +9,7 @@ from exec.cmd import run_root_cmd
|
|||
from exec.file import get_temp_dir
|
||||
from fastboot import fastboot_flash
|
||||
from image import dd_image, partprobe, shrink_fs, losetup_rootfs_image, losetup_destroy, dump_aboot, dump_lk2nd, dump_qhypstub, get_image_name, get_image_path
|
||||
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