ddk_bootstrap: Propagate --local argument to init_ddk

* This is now an accepted argument to init_ddk script, so propagate its
  value when specified.

* The asserts removed are not longer needed now that argparse takes care
  of the mutually exclusive group.

Bug: 328770706
Change-Id: I6590ea0b96944a16c933c21859db8c6a946abc40
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
1 file changed
tree: 023499212bbc37c2a5383d6d8b9129494b37bba0
  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