projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0661570
)
android: Add missing libintl.so to APK.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 8 Apr 2015 23:56:04 +0000
(
01:56
+0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 8 Apr 2015 23:56:04 +0000
(
01:56
+0200)
This fixes bug #575.
android/custom_rules.xml
patch
|
blob
|
history
diff --git
a/android/custom_rules.xml
b/android/custom_rules.xml
index 506364b9ca4d386fb4fff650d8dd7e168021114c..73c769d1c795278006e4d2225a20ce1a0fb692bb 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="libintl.so"/>
<include name="libffi.so"/>
<exclude name="lib*.so"/>
</copylibs>