Index: platform_tools/android/app/jni/com_skia_SkiaIntentService.h |
diff --git a/platform_tools/android/app/jni/com_skia_SkiaIntentService.h b/platform_tools/android/app/jni/com_skia_SkiaIntentService.h |
deleted file mode 100644 |
index 89fbfd2957324a6cf4e80787c3be07136aa624b1..0000000000000000000000000000000000000000 |
--- a/platform_tools/android/app/jni/com_skia_SkiaIntentService.h |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-/* 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 |