mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
update bt build, adding new .java file and logic to copy gcm.jar rather than commit a copy of it.
This commit is contained in:
parent
6332bbbcbe
commit
bdfbb3ffca
5 changed files with 8 additions and 1 deletions
|
@ -80,6 +80,8 @@
|
|||
<arg value="--dest-dir"/>
|
||||
<arg value="./assets"/>
|
||||
<arg value="--dest-dir"/>
|
||||
<arg value="./libs"/>
|
||||
<arg value="--dest-dir"/>
|
||||
<arg value="./img_src"/>
|
||||
</exec>
|
||||
<exec dir="." executable="../scripts/ndksetup.sh" output="/dev/null">
|
||||
|
|
4
xwords4/android/XWords4-bt/libs/.gitignore
vendored
4
xwords4/android/XWords4-bt/libs/.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
/armeabi
|
||||
armeabi
|
||||
x86
|
||||
gcm.jar
|
||||
|
|
Binary file not shown.
|
@ -79,3 +79,4 @@ XWService.java
|
|||
XWSumListPreference.java
|
||||
XWThumbListPreference.java
|
||||
StudyList.java
|
||||
CrashTrack.java
|
||||
|
|
|
@ -80,6 +80,8 @@
|
|||
<arg value="--dest-dir"/>
|
||||
<arg value="./assets"/>
|
||||
<arg value="--dest-dir"/>
|
||||
<arg value="./libs"/>
|
||||
<arg value="--dest-dir"/>
|
||||
<arg value="./img_src"/>
|
||||
</exec>
|
||||
<exec dir="." executable="../scripts/ndksetup.sh" output="/dev/null">
|
||||
|
|
Loading…
Add table
Reference in a new issue