projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa4c01
)
android: Include firmwares in the APK
author
Marcus Comstedt
<marcus@mc.pp.se>
Wed, 30 Sep 2015 18:25:49 +0000
(20:25 +0200)
committer
Marcus Comstedt
<marcus@mc.pp.se>
Thu, 1 Oct 2015 15:25:15 +0000
(17:25 +0200)
android/custom_rules.xml
patch
|
blob
|
history
diff --git
a/android/custom_rules.xml
b/android/custom_rules.xml
index bc9c0662a0675d681906a2a519d944452b2d2b0b..0800575c00d66e3fd89ad516a08ba1ce351a3134 100644
(file)
--- a/
android/custom_rules.xml
+++ b/
android/custom_rules.xml
@@
-116,5
+116,8
@@
<exclude name="**/idlelib/**"/>
</fileset>
</copy>
+ <copy todir="${asset.absolute.dir}/sigrok-firmware">
+ <fileset dir="${prefix}/share/sigrok-firmware"/>
+ </copy>
</target>
</project>