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>
This project contains code to bootstrap DDKv2 development.
python3 init.py --local --kleaf_repo=/abs/path/to/ACK
python3 init.py --prebuilts_dir=/abs/path/to/prebuilts --local --kleaf_repo=/abs/path/to/ACK