diff options
| author | Igor Tarasov <igor.tarasov@mapbox.com> | 2020-04-02 18:36:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-02 18:36:55 +0300 |
| commit | 338cfd1b33dfe26b9402d79cc64609b944a9f1d1 (patch) | |
| tree | 2db5f73682b226ad64489742596acee9337c0538 /platform/android/src/gson/json_primitive.cpp | |
| parent | b7728d222cbcdb3e522fc3e482e69101b0b95481 (diff) | |
| download | qtlocation-mapboxgl-338cfd1b33dfe26b9402d79cc64609b944a9f1d1.tar.gz | |
[android] [build] [ci] Move Android JNI bindings code to mapbox-gl-native-android repo. (#16356)
Diffstat (limited to 'platform/android/src/gson/json_primitive.cpp')
| -rw-r--r-- | platform/android/src/gson/json_primitive.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/platform/android/src/gson/json_primitive.cpp b/platform/android/src/gson/json_primitive.cpp deleted file mode 100644 index 79d6b07617..0000000000 --- a/platform/android/src/gson/json_primitive.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include "json_primitive.hpp" - -namespace mbgl { -namespace android { -namespace gson { - -void JsonPrimitive::registerNative(jni::JNIEnv &env) { - jni::Class<JsonPrimitive>::Singleton(env); -} - -} // namespace gson -} // namespace android -} // namespace mbgl
\ No newline at end of file |
