mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-12-17 10:22:33 +08:00
Precompile ndk files.
This commit is contained in:
21
android/jni/cn_reactnative_modules_update_DownloadTask.h
Normal file
21
android/jni/cn_reactnative_modules_update_DownloadTask.h
Normal 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
|
||||
Reference in New Issue
Block a user