aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/app/jni/com_skia_SkiaIntentService.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform_tools/android/app/jni/com_skia_SkiaIntentService.h')
-rw-r--r--platform_tools/android/app/jni/com_skia_SkiaIntentService.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/platform_tools/android/app/jni/com_skia_SkiaIntentService.h b/platform_tools/android/app/jni/com_skia_SkiaIntentService.h
new file mode 100644
index 0000000000..89fbfd2957
--- /dev/null
+++ b/platform_tools/android/app/jni/com_skia_SkiaIntentService.h
@@ -0,0 +1,21 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class com_skia_SkiaIntentService */
+
+#ifndef _Included_com_skia_SkiaIntentService
+#define _Included_com_skia_SkiaIntentService
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class: com_skia_SkiaIntentService
+ * Method: run
+ * Signature: ([Ljava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL Java_com_skia_SkiaIntentService_run
+ (JNIEnv *, jobject, jobjectArray);
+
+#ifdef __cplusplus
+}
+#endif
+#endif