blob: a976bb5c80299fe0d1e2120ee8e6cf88905c3773 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 2020 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
# See https://source.android.com/setup/build/building-kernels
# for details on how to checkout and build Android kernel.
kernel:
repo: https://android.googlesource.com/kernel/common
tag: d7ec680881a1
shell:
- make gki_defconfig
|