-
Ulises Mendez Martinez authored
* `kleaf_repo_dir` was shortened to `kleaf_repo` in init_ddk script to keep it consistent with the flag here, so it's updated accordingly. * This also adds a brief quickstart guide in README.md file. Bug: 328770706 Change-Id: Iafb13701a4d02a43a0cc19f3b1ac9db5325b0a5b Signed-off-by:
Ulises Mendez Martinez <umendez@google.com>
33bd2101
README.md 370 B
Bootstrapping DDKv2
This project contains code to bootstrap DDKv2 development.
Quick Start
- Using sources from local Kleaf repo checkout.
python3 init.py --local --kleaf_repo=/abs/path/to/ACK
- Using local prebuilts with local sources.
python3 init.py --prebuilts_dir=/abs/path/to/prebuilts --local --kleaf_repo=/abs/path/to/ACK