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

build .so files ok

This commit is contained in:
sisong
2021-04-05 11:32:01 +08:00
parent e6a8855502
commit 9d9fbd3315
4 changed files with 26 additions and 13 deletions

View File

@@ -3,6 +3,14 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := rnupdate
Hdp_Files := \
hpatch.c \
HDiffPatch/libHDiffPatch/HPatch/patch.c \
HDiffPatch/file_for_patch.c \
lzma/C/LzmaDec.c \
lzma/C/Lzma2Dec.c
LOCAL_SRC_FILES := \
DownloadTask.c \
blocksort.c \
@@ -12,6 +20,7 @@ LOCAL_SRC_FILES := \
compress.c \
decompress.c \
huffman.c \
randtable.c
randtable.c \
$(Hdp_Files)
include $(BUILD_SHARED_LIBRARY)