let's break all the things! (use distros to generate repos)
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
parent
becde79172
commit
f6678181b8
8 changed files with 129 additions and 37 deletions
1
boot.py
1
boot.py
|
@ -4,7 +4,6 @@ from image import get_device_and_flavour, get_image_name, dump_bootimg, dump_lk2
|
|||
from fastboot import fastboot_boot, fastboot_erase_dtbo
|
||||
from constants import BOOT_STRATEGIES, FLASH_PARTS, FASTBOOT, JUMPDRIVE, JUMPDRIVE_VERSION
|
||||
import click
|
||||
import logging
|
||||
|
||||
LK2ND = FLASH_PARTS['LK2ND']
|
||||
BOOTIMG = FLASH_PARTS['BOOTIMG']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue