liblineage.updater.v1

LineageOS updater v1 API.

Classes

AsyncV1Api()

SyncV1Api()

class liblineage.updater.v1.AsyncV1Api
async static get_device_builds(device: str, rom_type: str, incremental_version: str) List[Build]

Get the list of builds for a device.

async static get_device_types(device: str) List[str]

Get the list of available build types for a device.

async static get_devices() Dict[str, List[str]]

Get the list of maintained devices, as a dictionary of version to list of devices.

class liblineage.updater.v1.SyncV1Api
static get_device_builds(device: str, rom_type: str, incremental_version: str) List[Build]

Get the list of builds for a device.

static get_device_types(device: str) List[str]

Get the list of available build types for a device.

static get_devices() Dict[str, List[str]]

Get the list of maintained devices, as a dictionary of version to list of devices.

Modules

build