summaryrefslogtreecommitdiff
path: root/metrics
diff options
context:
space:
mode:
authorKevin Li <kevin.li@mapbox.com>2020-03-24 14:33:54 +0800
committerGitHub <noreply@github.com>2020-03-24 14:33:54 +0800
commit3f45b0a24b5b608dfa75c84308d1ab0deb6159ee (patch)
tree31d3d4ced5b4004ee1a3ea27d683a148c04cbe22 /metrics
parent1adc436c9d883663b2d6fb0cb9014043fa7bc2b6 (diff)
downloadqtlocation-mapboxgl-3f45b0a24b5b608dfa75c84308d1ab0deb6159ee.tar.gz
[android] Add jni binding for styleable snapshotter (#16286)
* [android] Add jni binding for styleable snapshotter * Remove Map parameter from factories - remove unused map from factory interfaces. Map is only needed for repaint. * implement addlayer function * Implement addsource function for snapshotter * Implement addImages function * format codes * Apply baseline * Update CHANGELOG.md * Update map_snapshotter.cpp * Destroy snapshotter on the thread it was created * Activate file sources in start * Use custom deleter for snapshotter * format codes * Release snapshotter pointer to deleting lambda * Clang format * Update CHANGELOG.md * Fix review comments * FIx review comments Co-authored-by: Alexander Shalamov <alexander.shalamov@mapbox.com>
Diffstat (limited to 'metrics')
-rw-r--r--metrics/binary-size/android-x86/metrics.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/binary-size/android-x86/metrics.json b/metrics/binary-size/android-x86/metrics.json
index d582c959e0..1497e12c08 100644
--- a/metrics/binary-size/android-x86/metrics.json
+++ b/metrics/binary-size/android-x86/metrics.json
@@ -3,7 +3,7 @@
[
"android-x86",
"/tmp/attach/install/android-x86-release/lib/libmapbox-gl.so",
- 1996967
+ 1997677
]
]
} \ No newline at end of file