Files
scripts/device-deps-regenerator
razorloves 9448587d95 scripts: Add atv to devices.py blacklist
The device repos with 'atv' in their name are just
common repos for atv devices. It's not an actual device
named 'atv' that we build, so it needs to be added to the
blacklist so that the script doesn't treat it as one.

Change-Id: I2afd840677ef38f510b85d13a93a0ff4c628fa61
2019-07-26 22:59:11 -05:00
..
2019-04-09 14:44:26 +01:00

  1. Use Python 3.2 or higher
  2. Run pip3 install -r requirements.txt
  3. Grab a new token from here - no scopes needed, just a name. Put it in token
  4. run python3 app.py to generate the full lineage.dependencies mapping
  5. run python3 device2kernel.py to generate kernel -> devices mapping (like cve_tracker/kernels.json)
  6. run python3 devices.py to generate device -> dependency mapping (like lineageos_updater/device_deps.json)