robotnix icon indicating copy to clipboard operation
robotnix copied to clipboard

Build Android (AOSP) using Nix

Results 73 robotnix issues
Sort by recently updated
recently updated
newest added

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

automated

I updated @danielfullmer 's PR (#114) to build with the latest version of waydroid. I tested the image on waydroid. It successfully booted, and I haven't found problems specific to...

Robotnix currently has a single large derivation called `build.android` which executes the full android build process. This is the step that takes multiple hours. Most changes to the robotnix configuration...

enhancement

Successfully builds, but currently untested in a linux environment. Built using: `nix-build --arg configuration '{ device="x86_64"; flavor="waydroid; }' -A config.build.waydroid` Notes: - `external/mesa3d` relies on the system `/usr/bin/python` and needs...

I just tried updating LOS but GH is painfully slow at serving the repos sparsely (one kernel source was in the KiB/s...). The scripts need to be parallelised, especially now...

``` janpeter@buildserver:~/robotnix$ nix-build --arg configuration ./oriole.nix trace: warning: oriole is not a supported device for GrapheneOS ... ```

(fixed) Currently doesn't work with APV due to some new module definition conflicts. We may want to adopt [adevtool](https://github.com/kdrag0n/adevtool) which is what ProtonAOSP and GrapheneOS have switched to. Tested with...

So this is a fairly specific problem I'm having but might have general usefulness. I've got a friend's cheeseburger where the screen is almost entirely broken. Glass shattered, no image...

I want to finally migrate off test-keys now that µG supports SafetyNet and Magisk has a better hide mechanism. Unfortunately, the signing setup of robotnix isn't very user-friendly. I want...

documentation

Highlight the use of an external nix store and a key caveat of using that external store. Highlighted in https://github.com/danielfullmer/robotnix/issues/166.