google / walt

A device for measuring latency of physical sensors and outputs on phones and computers
Apache License 2.0
442 stars 74 forks source link

Update Android build script to Android Studio/Gradle's ndkBuild plugin #114

Closed ggfan closed 6 years ago

ggfan commented 6 years ago

Update the build to ndkBuild as ndk-build scripts are already there in the source tree. This would allow:

Please test it on your device: I do not have the device environment.

Once this is merged in, .gitignore needs to be updated to ignore studio tmp files:

(it needs this to be in first I think )

Thanks

kamrik commented 6 years ago

Thanks!