Robotnix | 257 Members | |
| Build Android (AOSP) using Nix | https://github.com/danielfullmer/robotnix | 82 Servers |
| Sender | Message | Time |
|---|---|---|
| 26 Mar 2024 | ||
| But then again, https://github.com/LineageOS/android/blob/lineage-20.0/default.xml i'm not sure where the chromium prebuilt comes from, in which manifest | 21:35:24 | |
| https://github.com/remote-android/platform_manifests/blob/redroid-11.0.0/external.xml#L7 oh, maybe it does. If I could find the correct manifest | 21:36:35 | |
| 27 Mar 2024 | ||
| 04:07:20 | ||
| Well, I think I've patched most of robotnix to allow LFS now. It shouldn't really change much, as if a repo is not using LFS, it will give the same hash either way (LFS enabled or disabled). :) | 08:28:26 | |
| Slowly learning how the source code works. | 08:28:33 | |
| https://github.com/nix-community/robotnix/pull/228 initial work here | 09:02:35 | |
So prebuilt webview seems to be working with that PR. I haven't updated all sources and tested (takes ages), but I updated enough to get the new correct prebuilt webviews w/ LFS, and just copy pasted that over in the repo.json :) | 09:08:04 | |
| Thanks a bunch. I don't know when/if I will have time to take a look though | 10:42:43 | |
In reply to @atemu12:matrix.orgUnderstandable. Is the other maintainer all out of spoons as well? | 11:04:05 | |
| I've just built a new image, with the prebuilt APKs. Haven't tested it yet. It would be more ideal if I had 2x phones :p | 11:04:25 | |
| 12:40:54 | |
| Appreciate the comments :p
| 12:41:08 | |
| * Appreciate the comments :p
| 12:41:11 | |
| :p | 12:44:43 | |
| I haven't dared to flash my FP4 yet. But I still want to see if the prebuilt browser thing works. :D Right now I'm just investigating if LineageOS 21.0 would be "easily" doable. But at the same time, I also just want to nuke all the building of chromium | 12:46:01 | |
| Atemu: this might be a bad solution, but could it make sense to have a "dev" branch, where the various PRs could be merged into, as to not touch master too much. E.g. if you don't have the time to DEEPLY look into if a PR should be merged, then having a 2nd branch might make sense? Just a thought, and most likelly a bad thought. | 12:46:51 | |
| Nah, I'd rather just review and put things into master | 12:47:15 | |
| It's not like there are many users either; you can probably count them on 0-1 hands | 12:47:35 | |
| ;) | 12:47:39 | |
In reply to @eyjhb:eyjhb.dkI just pushed my WIP https://github.com/Atemu/robotnix/tree/drop-unmaintained-chromium if you want to continue that | 12:48:10 | |
| Fair enough :) I would offer more help, but I'm most likely just in the honeymoon phase with robotnix. So I hope I can contribute some in the future, but then again, I can't really promise much. | 12:48:21 | |
Download image.png | 12:48:56 | |
| GUessing it was pretty much at the same time :p | 12:49:00 | |
In reply to @atemu12:matrix.orgAppreciated! Looks nice. Wouldn't it make sense to just remove entirely ? If people want a source built chromium, then it could be another repo. :D | 12:49:45 | |
| It doesn't hurt us and people could still use it to build an older version of android for something | 12:50:16 | |
| We still have those around too | 12:50:24 | |
| Oh true :) | 12:50:49 | |
| It's always the pros/cons of such a project. How far back does one want to be compatible, and when to just expect people to checkout a specific revision of the sourcecode anyways. | 12:51:36 | |
| Luckily Nix makes it easy to checkout a specific revision, and then just built that one :D | 12:51:47 | |
| Yeah that's also true | 12:52:00 | |