1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-16 00:16:31 +08:00
1. 增加 压缩
2. 优化 响应
This commit is contained in:
fumiama
2021-03-13 01:22:56 +08:00
parent 4a3f27e3de
commit d8c89ee2d6
93 changed files with 24273 additions and 91 deletions

View File

@@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 3.10.2)
project("base16384")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_7ZIP_ST")
add_library(
lzma
SHARED
jni/lzma.c Alloc.c LzFind.c LzmaDec.c LzmaEnc.c 7zFile.c 7zStream.c
)