summaryrefslogtreecommitdiff
path: root/platform/android/src/test/runtime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/test/runtime.hpp')
-rw-r--r--platform/android/src/test/runtime.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/android/src/test/runtime.hpp b/platform/android/src/test/runtime.hpp
new file mode 100644
index 0000000000..c5e69d61c0
--- /dev/null
+++ b/platform/android/src/test/runtime.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+namespace mbgl {
+namespace android {
+
+bool initRuntime(int argc, char *argv[]);
+
+} // namespace android
+} // namespace mbgl