projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8d0092
)
Update android build after bindings rewrite
author
Marcus Comstedt
<marcus@mc.pp.se>
Sun, 19 Oct 2014 15:37:11 +0000
(17:37 +0200)
committer
Marcus Comstedt
<marcus@mc.pp.se>
Sun, 19 Oct 2014 15:39:41 +0000
(17:39 +0200)
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.
android/custom_rules.xml
patch
|
blob
|
history
diff --git
a/android/custom_rules.xml
b/android/custom_rules.xml
index 86e0238b04287af9665bc6840435f427efefa8bc..282b6698b3bb0999c4a3cc56e4f3d2f9e1a9ad14 100644
(file)
--- a/
android/custom_rules.xml
+++ b/
android/custom_rules.xml
@@
-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}">