Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow mach to build FirefoxReality APK, install it and run it on oculus devices #21917
Labels
Projects
Comments
|
I've documented how to build and run FxR without Android Studio here: https://github.com/servo/servo/wiki/FirefoxReality-build#installing-and-running-a-local-firefox-reality-build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to set up a configuration setting pointing at a FirefoxReality working directory, run
./mach package --realityto invoke gradle, then run./mach install --realityand./mach run --reality http://google.comto control the attached device. This would be an easier workflow to manage when making changes to Servo that need to be reflected in the final FxR build that gets run on the device.