Little build system to build Linux
- Clones AOSP Clang automatically
- Managed with config files
- Automatic AnyKernel3 packing
Requires Python 3.8 or greater
pip3 install build_kernel
- Add a config for your kernel in
device/vendor/codename.py
(check the example config indevice/examples/example.py
) - Add kernel sources in
kernel/
(in the path that you specified in the config)
python3 -m build_kernel
#
# Copyright (C) 2022 Sebastiano Barezzi
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#