summaryrefslogtreecommitdiff
path: root/README.md
blob: 54856ec4e17ba6b1c44a83ee42ea4213a09af123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Bootstrapping DDKv2

This project contains code to bootstrap DDKv2 development.

## Quick Start

* Using sources from local Kleaf repo checkout.

```shell
python3 init.py  --local --kleaf_repo=/abs/path/to/ACK
```

* Using local prebuilts with local sources.

```shell
python3 init.py --prebuilts_dir=/abs/path/to/prebuilts  --local --kleaf_repo=/abs/path/to/ACK
```