Skip to content

为lz4-java编译 arm、x86 平台的动态库

License

Notifications You must be signed in to change notification settings

luxiaoyu/lz4-java-android

 
 

Repository files navigation

lz4-java for android

lz4-java编译 arm、x86 平台的动态库

Build

./gradlew assemble

编译产出

tree ./library/build/intermediates/stripped_native_libs/release/out/lib/

lz4-java 引用

下面的Java引用配合编译产出中的 so 使用。

implementation 'org.lz4:lz4-pure-java:1.8.0'

About

为lz4-java编译 arm、x86 平台的动态库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 80.4%
  • CMake 15.5%
  • Shell 4.1%