blob: 120e195b9f1a30299e846c919df7c665b70cb3b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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.
# Following branch: android12-5.4-lts
kernel:
repo: https://android.googlesource.com/kernel/common
tag: 9d0640602d7e666873e78b3d1877b8eadf529027
shell:
- make gki_defconfig
|