mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Some cardsets removed from android build. apk gets too large otherwise.
This commit is contained in:
parent
144f2b752b
commit
04c9f80a41
2 changed files with 10 additions and 2 deletions
|
@ -25,4 +25,12 @@ echo '### processing cardsets'
|
|||
done
|
||||
)
|
||||
|
||||
echo '### remove big cardsets'
|
||||
{
|
||||
cd ${cardsets_dir}
|
||||
rm -rf cardset-louie-mantia-hanafuda
|
||||
rm -rf cardset-neo-tarock
|
||||
rm -rf cardset-neo-hex
|
||||
}
|
||||
|
||||
echo '### end cardsets'
|
||||
|
|
|
@ -2,6 +2,6 @@ Android specific:
|
|||
- Android build procedures revised
|
||||
- double binary support for armeabi-v7a and arm64-v8a
|
||||
- external storage permissions for newer android versions
|
||||
Main version::
|
||||
Main version:
|
||||
- consult NEWS.asscidoc or html-src/news.html on
|
||||
github for change informations.
|
||||
github for more change informations.
|
||||
|
|
Loading…
Add table
Reference in a new issue