Skip to content

Instantly share code, notes, and snippets.

@MortimerGoro
Last active November 7, 2017 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MortimerGoro/a70bc075d7d63c803f387872d139ad64 to your computer and use it in GitHub Desktop.
Save MortimerGoro/a70bc075d7d63c803f387872d139ad64 to your computer and use it in GitHub Desktop.
Generate Servo VR APKs
# Generate Daydream APK
./mach build --android --release --features googlevr
./mach package --android --release --flavor googlevr
# Generate Gear VR APK
./mach build --android --release --features oculusvr
./mach package --android --release --flavor oculusvr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment