blob: e21d18610e757f883f8c6295c4a6980400bd88cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 2023 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: android16-6.12
kernel:
repo: https://android.googlesource.com/kernel/common
tag: 0697e85aef2e6a986214cc886be423fee63ae0e2
shell:
- make gki_defconfig
config:
- CMDLINE: [append, "binder.impl=rust"]
|