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

add hpatch interface code

This commit is contained in:
sisong
2021-04-04 12:17:57 +08:00
parent 29e258c131
commit 69aed18b78
5 changed files with 43 additions and 1 deletions

View File

@@ -15,6 +15,14 @@ extern "C" {
JNIEXPORT jbyteArray JNICALL Java_cn_reactnative_modules_update_DownloadTask_bsdiffPatch
(JNIEnv *, jclass, jbyteArray, jbyteArray);
/*
* Class: cn_reactnative_modules_update_DownloadTask
* Method: hdiffPatch
* Signature: ([B[B)[B
*/
JNIEXPORT jbyteArray JNICALL Java_cn_reactnative_modules_update_DownloadTask_hdiffPatch
(JNIEnv *, jclass, jbyteArray, jbyteArray);
#ifdef __cplusplus
}
#endif