Skip to content

support uncompressed native libs for android

The .so files will not be extracted from the APK file at install time if android:extractNativeLibs="false" in runtime's AndroidManifest.xml

The runtime so is judged to be uncompressed based on the fact that the file does not exist. I haven't found a more elegant way yet.

Merge request reports