| 13 Feb 2025 |
atemu12 | The Google device kernels might be in the AOSP tree though | 10:06:52 |
| @pshirshov:matrix.org left the room. | 14:11:50 |
Tristan Ross | Android's tools and stuff are starting to support aarch64 I heard. There's work being done to enable this in nixpkgs. It might become possible to build AOSP on aarch64 with Nix not too long from now. | 15:50:50 |
atemu12 | Cool | 15:58:01 |
atemu12 | There are a few x86 assumptions in robotnix but those should be easy enough to strip out | 15:58:38 |
Tristan Ross | Yeah, I'll pick up that PR I have once it's actually possible in nixpkgs to do this. | 17:11:30 |
| 15 Feb 2025 |
| BenjB83 joined the room. | 10:14:44 |
| BenjB83 changed their display name from Benjamín Buske to BenjB83. | 10:43:34 |
| 16 Feb 2025 |
| KristijanZic joined the room. | 01:02:56 |
| 2 Mar 2025 |
| @rgbcube:rgbcu.be joined the room. | 12:04:53 |
| mjolnir banned @rgbcube:rgbcu.be (<no reason supplied>). | 12:04:53 |
| 13 Mar 2025 |
| EVA-01 changed their display name from Li-ion to EVA. | 00:32:34 |
| EVA-01 changed their display name from EVA to EVA-01. | 00:34:34 |
| 26 Mar 2025 |
| EVA-01 changed their profile picture. | 03:49:57 |
| EVA-01 changed their profile picture. | 19:28:19 |
| 27 Mar 2025 |
linj | Can I switch to a self-built lineageos rom from the official lineageos rom and keep my data? | 23:53:20 |
| 28 Mar 2025 |
pentane ⭔ | Yep that's possible, but you need to re-key your data | 06:48:00 |
pentane ⭔ | It's explained here: https://wiki.lineageos.org/signing_builds#using-a-script | 06:48:54 |
| pentane ⭔ changed their display name from cyclopentane ⭔ to pentane ⭔. | 12:02:52 |
| 3 Apr 2025 |
autra | Seriously, robotnix is awesome! Setting up build env for android and derivatives is such a pain usually... Makes it very easy to build roms 👍️ Thanks to all the team! | 12:21:56 |
autra | completely unrelated, but robotnix is mentioned: https://discourse.nixos.org/t/nix-ninja-ninja-compatible-incremental-build-system-for-nix/62594 | 12:22:37 |
atemu12 | That's very interesting, thanks for linking! | 15:05:04 |
atemu12 | The tool does not appear to support multiple targets yet, so I don't think it'd work for something as complex as the AOSP build but it might in the future | 15:05:38 |
atemu12 | I don't know how well Nix would scale to this many derivations though; it's on the order of 10^8 steps IIRC | 15:05:58 |
magic_rb | Probably it wouldnt lol, but might be interesting to try, at least we'd have a concrete workload where it falls apart | 15:22:07 |
atemu12 | Well it already fell apart when trying to build lix, so yeah | 15:22:44 |
atemu12 | (As in meson build lix) | 15:22:57 |
magic_rb | Ah | 15:23:17 |
magic_rb | Well we can make it fail harder | 15:23:27 |
Tristan Ross | There's been some work in nixpkgs to make the Android SDK, tools, and stuff better. It sounds like aarch64-linux hosts could be usable with robotnix after some more additional work (hopefully). | 15:40:16 |