No description
Find a file
Herman van Hazendonk 8fb141992f Add Xiaomi A1 (tissot)
Add Xiaomi A1 (tissot) support.

Unfortunately the device and vendor repos needed quite some work before they were useful. Patches have been sent upstream to tissot-dev, however seems it's not very active, so linking my own repos for now.

Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
2018-06-19 16:31:56 +02:00
manifests Add Xiaomi A1 (tissot) 2018-06-19 16:31:56 +02:00
README.md setup: Forward arguments to the repo command (#82) 2018-04-14 21:09:59 +02:00
setup setup: Use full pathes in status messages (#96) 2018-06-16 22:06:50 +02:00

halium-devices

This is a collection of local manifests for halium supported devices, it also has a script, that will automatically configure repo to use a specific device manifest and check it out.

This repository is located at $REPO_ROOT/halium/devices.

Usage

  • ./setup <device codename>

You can set the number of parallel repo jobs by adding:

  • JOBS=<repo jobs> ./setup <device codename>

Alternatively you can also pass the device codename by environment variable:

  • DEVICE=<device codename> ./setup

Additional arguments to repo can be just appended to the command, e.g to do a force sync:

  • ./setup <device codename> --force-sync