summaryrefslogtreecommitdiff
path: root/next
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-12-11 11:50:27 +0200
committerGitHub <noreply@github.com>2019-12-11 11:50:27 +0200
commitf848f07ad9be9805bb1ae6d30c307b603dc87b86 (patch)
tree31eaac183ab344eaf2bcca778cad7dd8ec312e87 /next
parentc0fee57367cc2cecbc8eb0b97415815c67f85374 (diff)
downloadqtlocation-mapboxgl-f848f07ad9be9805bb1ae6d30c307b603dc87b86.tar.gz
[metrics] Run Android RenderTestRunner bot in rebaseline mode (#16036)
Diffstat (limited to 'next')
-rw-r--r--next/platform/android/android.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/next/platform/android/android.cmake b/next/platform/android/android.cmake
index 29bc9c1326..9d19edd560 100644
--- a/next/platform/android/android.cmake
+++ b/next/platform/android/android.cmake
@@ -344,13 +344,13 @@ add_custom_command(
${CMAKE_COMMAND}
-E
copy
- ${MBGL_ROOT}/render-test/android-manifest-probe-memory.json
+ ${MBGL_ROOT}/metrics/next-android-render-test-runner-probe-memory.json
${MBGL_ROOT}/android-manifest-probe-memory.json
COMMAND
${CMAKE_COMMAND}
-E
copy
- ${MBGL_ROOT}/render-test/android-manifest-probe-network-gfx.json
+ ${MBGL_ROOT}/metrics/next-android-render-test-runner-probe-gfx-network.json
${MBGL_ROOT}/android-manifest-probe-network-gfx.json
COMMAND
${CMAKE_COMMAND}