A tiny test app for running C code on an Oculus Android VR device. Used for doing quick experiments or generating minimal test cases for bug reports.
It doesn't use gradle or Android Studio, instead it is built with command line tools and tup is used to automate some things.
Not guaranteed to be fit for any purpose at all, this is just for personal use.
tup init in the rootRun tup
tup outputs an app.apk file. You can use adb install app.apk to install it to the device. I
usually run the following command to build, install, and tail logs in one step:
tup && adb install -r app.apk && adb logcat -s APP