ddk_bootstrap: Update flag name for Kleaf repo

* `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>
2 files changed
tree: 45bc5bdda3d55e911b36197cbbbf166c65cef2b7
  1. .gitignore
  2. CONTRIBUTING.md
  3. init.py
  4. init_test.py
  5. LICENSE
  6. METADATA
  7. MODULE_LICENSE_APACHE2
  8. OWNERS
  9. README.md
README.md

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