summaryrefslogtreecommitdiff
path: root/platform/android/src/math/math.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/math/math.cpp')
-rw-r--r--platform/android/src/math/math.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/android/src/math/math.cpp b/platform/android/src/math/math.cpp
new file mode 100644
index 0000000000..17d34caacb
--- /dev/null
+++ b/platform/android/src/math/math.cpp
@@ -0,0 +1,13 @@
+#include "math.hpp"
+
+namespace mbgl {
+namespace android {
+namespace math {
+
+void registerNative(jni::JNIEnv& env) {
+ jni::Class<Math>::Singleton(env);
+}
+
+} // namespace math
+} // namespace android
+} // namespace mbgl \ No newline at end of file