aboutsummaryrefslogtreecommitdiff
path: root/Application.mk
AgeCommit message (Collapse)Author
2020-03-30Fix Application.mk.Elliott Hughes
Current versions of the NDK only have libc++, and no longer support the armeabi ABI (as opposed to armeabi-v7a, which is still supported). It's possible that the APP_ABI line should just be removed, leaving ndk-build to default to building for all supported ABIs, but for now I've kept it.
2015-10-16Add some additional architecturesAndrew Duggan
2015-05-07Update Android NDK version so I can keep using readlinkatAndrew Duggan
2014-04-07Move some functions from HIDDevice to RMIDevice to better support multiple ↵Andrew Duggan
transports update the Android builds.
2014-04-03Add support for compiling for Android.Andrew Duggan