1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 13:23:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Precompile ndk files.

This commit is contained in:
tdzl2003
2018-07-09 20:40:48 +08:00
parent e483947884
commit d4ff139a3b
17 changed files with 6 additions and 7 deletions

View File

@@ -0,0 +1,21 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class cn_reactnative_modules_update_DownloadTask */
#ifndef _Included_cn_reactnative_modules_update_DownloadTask
#define _Included_cn_reactnative_modules_update_DownloadTask
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: cn_reactnative_modules_update_DownloadTask
* Method: bsdiffPatch
* Signature: ([B[B)[B
*/
JNIEXPORT jbyteArray JNICALL Java_cn_reactnative_modules_update_DownloadTask_bsdiffPatch
(JNIEnv *, jclass, jbyteArray, jbyteArray);
#ifdef __cplusplus
}
#endif
#endif