-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
waydroid: initial implementation #114
base: master
Are you sure you want to change the base?
Conversation
Successfully builds, but untested.
@danielfullmer
My rebased waydroid branch: |
Well it should mount as read-only, not read-write as waydroid is trying to mount images with |
I'm trying to update your scripts to build the image in a way closer to official guide, current script seems to be based on older version of waydroid, and no longer matches waydroid's current project structure. |
I've just built images that at least boots successfully on waydroid! vroad@e414e42 |
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 needsMako
to be installed.