diff options
| author | Cody Northrop <cnorthrop@google.com> | 2017-08-16 13:25:22 -0600 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2017-08-16 14:13:27 -0600 |
| commit | 74013d2e4f471df7ffa95460eb509f4220653378 (patch) | |
| tree | c861eaeec489e191af0fa6560502caa5bc9e4c83 /common/android_util.cpp | |
| parent | 017981f812a92665e26763f5160ba5a72a440172 (diff) | |
| download | usermoji-74013d2e4f471df7ffa95460eb509f4220653378.tar.xz | |
android: Updates for NDK r15
Removes app_dummy from apps that use native activity.
For more details refer to: https://github.com/android-ndk/ndk/issues/381
Diffstat (limited to 'common/android_util.cpp')
| -rw-r--r-- | common/android_util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/android_util.cpp b/common/android_util.cpp index 1480f44b..664bcd0f 100644 --- a/common/android_util.cpp +++ b/common/android_util.cpp @@ -22,6 +22,7 @@ #include <vector> #include <string> #include <sstream> +#include <stdlib.h> extern "C" { |
