move packages/{device,deviceinfo}.py to devices/

This commit is contained in:
InsanePrawn 2022-10-08 02:17:04 +02:00
parent b2112026d2
commit 6581e34087
13 changed files with 35 additions and 30 deletions

View file

@ -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