commit | 0ece0e936d31af83f3df047a703ae3d1058668ac | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Tue May 21 17:33:31 2019 -0700 |
committer | Sam Lantinga <slouken@libsdl.org> | Tue May 21 17:33:31 2019 -0700 |
tree | 512354b644b0e66321575a1c1d6b7c7fd85f6bb4 | |
parent | 7c72111e488af237decb911f48798ab1d8fc9760 [diff] |
Fixed bug 4639 - CMake build does not generate libhidapi.so for Android Manuel Sabogal I noticed that the current Android.mk builds a libhidapi.so library for Android but the CMake build hasn't been updated to do so. I'll attach a patch that fixes this issue.