Bug: 308795245

Clone this repo:

Branches

  1. 2fbe7da ddk_bootstrap: Propagate --local argument to init_ddk by Ulises Mendez Martinez · 2 weeks ago main
  2. 33bd210 ddk_bootstrap: Update flag name for Kleaf repo by Ulises Mendez Martinez · 2 weeks ago
  3. e6e01c2 ddk_bootstrap: Split --local and --kleaf_repo flags. by Ulises Mendez Martinez · 2 weeks ago
  4. 78a0190 ddk_bootstrap: Add --local option to init.py by Ulises Mendez Martinez · 4 weeks ago
  5. 660bb51 ddk_bootstrap: Initial version of init.py by Yifan Hong · 3 months ago

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