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

A build for guacamole (LineageOS latest) failed with SHA256 hashsum mistatch. Output: ``` warning: dumping very large path (> 256 MiB); this may run out of memory error: hash mismatch...

The Pixel 6a is about to be shipped and it would be neat to have support in robotnix. It's codename is `bluejay`.

Pure incremental builds are quite complex to support but for the time being, perhaps one could make use of the AOSP build system's own internal build caching by allowing its...

Built 18.1 and 19.1 for ~~bacon~~cheeseburger but haven't tested it yet. Edit: Wrong device.

Read the commits. TLDR: - builds a recovery.img - ~~on a limited sample size of one device tree, not even known working, does not work~~ - Known to work with...

Hi, I am trying to build the vanilla flavour from the git master branch, it fails with: ``` [ 53% 74177/138254] build out/target/product/sunfish/obj/FAKE/sepolicy_neverallows_intermediates/sepolicy_neverallows FAILED: out/target/product/sunfish/obj/FAKE/sepolicy_neverallows_intermediates/sepolicy_neverallows FAILED: out/target/product/sunfish/obj/FAKE/sepolicy_neverallows_intermediates/sepolicy_neverallows /bin/bash -c "(ASAN_OPTIONS=detect_leaks=0...

The `update_device_dirs.py` script can fetch additional repos for a device not included in the list of official supported devices (from hudson). e.g. `./update_device_dirs.py --branch lineage-18.1 sony_huashan`. However, it currently only...

enhancement

I have f-droid enabled, and it works well, except the privileged extension gives me a privileged permissions' error when trying to use it. A bit of searching, and it appears...

I am unable to get a Motorola surnia build to work, while it appears to be a supported device; https://github.com/danielfullmer/robotnix/tree/master/flavors/lineageos/lineage-18.1)/device-dirs.json flake.nix ``` robotnixConfigurations."surnia" = robotnix.lib.robotnixSystem ({ config, pkgs, ... }:...

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

automated