bootlin / elixir

The Elixir Cross Referencer
GNU Affero General Public License v3.0
918 stars 138 forks source link

Android kernel & bionic on elixir.bootlin.com #283

Open Notselwyn opened 1 week ago

Notselwyn commented 1 week ago

Hi, are there any plans to include the Android kernel and bionic (Android libc) source codeon elixir.bootlin.com?

tleb commented 1 week ago

Hi, There are no reasons not to support those!

Bionic appears to be located in this Git repo.

Kernel appears more complex. This intro paragraph mentions Android Common Kernel (ACK) which appears to be what we are talking about. The build doc points to a repo manifest. Can you confirm kernel is split into multiple Git repositories that all need to be fetched for a full kernel source tree? If yes, then this issue would land close to #279 that targets Zephyr which is also composed of multiple small repositories. Support would be required.

Contributions are welcome, documentation on adding new projects can be found in the README. Once this step has been done, adding projects to the elixir.bootlin.com instance is simple.