projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61d64fe
)
android: Don't install unneeded Python files.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 31 Oct 2014 17:52:02 +0000
(18:52 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 31 Oct 2014 17:52:02 +0000
(18:52 +0100)
android/custom_rules.xml
patch
|
blob
|
history
diff --git
a/android/custom_rules.xml
b/android/custom_rules.xml
index 282b6698b3bb0999c4a3cc56e4f3d2f9e1a9ad14..506364b9ca4d386fb4fff650d8dd7e168021114c 100644
(file)
--- a/
android/custom_rules.xml
+++ b/
android/custom_rules.xml
@@
-105,6
+105,11
@@
<fileset dir="${prefix}/lib/python3.3">
<include name="**/*.py"/>
<exclude name="**/test/**"/>
+ <exclude name="**/tests/**"/>
+ <exclude name="**/tkinter/**"/>
+ <exclude name="**/turtledemo/**"/>
+ <exclude name="**/turtle.py"/>
+ <exclude name="**/idlelib/**"/>
</fileset>
</copy>
</target>