No description
Find a file
Aaron Kling 49c4dd8f86 kernel: Error on duplicate modules
This can happen when an out of tree module target uses a matching module
name from the base kernel. This causes two problems:

1) Depmod gets confused and only pulls symbols from one of the modules
2) Copying the modules to modules_out is not entirely deterministic and
   is based on the first variant to be returned by find, meaning that
   the variant that gets copied to the device could change build to
   build.

To avoid these issues, fail the build if this happens and force the
build target to only generate one copy of each module name.

Change-Id: I2e47ba4e142054feabaa1ab80fbbe0332fd84a62
2024-05-13 20:45:15 +00:00
bash_completion Add a bash completion "--force-sync" for repo sync 2015-07-30 15:13:11 +08:00
bootanimation bootanimation: Refinements 2024-04-06 13:10:13 +00:00
build kernel: Error on duplicate modules 2024-05-13 20:45:15 +00:00
charger charger: regenerate.sh: Don't delete percent_font.png 2023-10-31 18:28:42 +00:00
config config: common: Set OEM Key ATV property in all cases 2024-05-04 01:58:05 -04:00
overlay overlay: Update Dialer VVM config 2024-04-27 23:20:23 +00:00
prebuilt/common apn: Update for Telus MVNO's (Canada) 2024-02-16 11:28:33 +00:00
product Add nvidia product 2022-03-03 07:12:38 +01:00
release lineage: Add aconfig flags extension for AP1A 2024-04-20 15:20:28 +00:00
tools kernel: Add clean headers script to workaround conflicts with bionic 2024-03-20 20:53:44 +00:00
vars vars: May 2024 Security update 2024-05-08 00:55:08 +03: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/).