liblineage.updater.v2

LineageOS updater v2 API.

Classes

AsyncV2Api()

SyncV2Api()

class liblineage.updater.v2.AsyncV2Api
async static get_device(device: str) Device

Get the device information.

async static get_device_builds(device: str) List[Build]

Get the list of builds for a device.

async static get_oems() List[Oem]

Get the list of OEMs.

class liblineage.updater.v2.SyncV2Api
static get_device(device: str) Device

Get the device information.

static get_device_builds(device: str) List[Build]

Get the list of builds for a device.

static get_oems() List[Oem]

Get the list of OEMs.

Modules

build

build_file

device

oem

oem_device