No description
Find a file
Aaron Kling d725e592fe kernel: Support kernel modules via kbuild
TARGET_EXTERNAL_KERNEL_MODULES variable is used for the list of modules,
same as the existing functionality, but is invoked if ':kbuild' is
appended to a module name

Existing external module build calls make in the module directory, which
is a standalone module build. The module makefile may chain to kbuild,
but that depends on the module. This addition invokes the kernel build
system, passing the module directory via the M= param, which is the
kernel standard for building out of tree modules.

Change-Id: I38a582952f79f7155cdbf8a5975cf23074bbdab0
2024-02-07 18:00:28 +00:00
bash_completion Add a bash completion "--force-sync" for repo sync 2015-07-30 15:13:11 +08:00
bootanimation lineage: Use 'intermediates-dir-for' for bootanimation src 2023-10-04 22:37:50 +00:00
build kernel: Support kernel modules via kbuild 2024-02-07 18:00:28 +00:00
charger charger: regenerate.sh: Don't delete percent_font.png 2023-10-31 18:28:42 +00:00
config common: Dexpreopt CarSystemUI with the speed compiler filter 2024-01-21 21:47:14 +00:00
overlay lineage: overlay: Disable a couple more OTA upgrade components 2024-02-06 09:43:01 +00:00
prebuilt/common prebuilt: Update APNs for Boost Mobile 2024-01-03 17:48:01 +00:00
product Add nvidia product 2022-03-03 07:12:38 +01:00
tools Update custom_apns script for Python 3 2023-11-09 10:14:20 +00:00
vars vars: February 2024 Security update 2024-02-06 19:00:54 +02:00
.gitignore http_prebuilt: Implement archive of artifacts 2017-01-09 13:42:29 +00:00
LICENSE vendor: we are now LineageOS 2016-12-28 19:44:28 +00:00
README.mkdn README: Jenkins is dead, so point to its replacement 2020-12-10 09:49:17 +01:00

LineageOS
===========

Getting started
---------------

Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device.


Submitting patches
------------------
Patches are always welcome! Please submit your patches via LineageOS Gerrit!

Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html).

To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/).


Buildbot
--------

All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable.

You can view the current build statuses at [LineageOS Buildkite](https://buildkite.com/lineageos).

Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/).