Update android build after bindings rewrite

The sigrok bindings depend on libffi.so, which is an unversioned shared
object, so add it to the whitelist of libraries to install into the APK.
This commit is contained in:
Marcus Comstedt 2014-10-19 17:37:11 +02:00
parent e8d009288d
commit 4a70a2cf34
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
<copylibs todir="${native.libs.absolute.dir}" property="bundled_libs">
<fileset dir="${pulseview-build-path}/libs"/>
<include name="libgnustl_shared.so"/>
<include name="libffi.so"/>
<exclude name="lib*.so"/>
</copylibs>
<copy todir="${native.libs.absolute.dir}">