17 Commits

Author SHA1 Message Date
Riccardo Balbo
128e079a22 Update MacOS build: removed 32 bit support (since deprecated by apple). Update bullet library to the current master branch (needed for compatibility patch with recent clang). 2019-11-17 13:13:57 +01:00
Riccardo Balbo
88e9c8482c Store prebuild libraries outside the source folder, download prebuilt libraries from bintray 2019-10-10 11:11:49 +02:00
travis-ci
6640436b03 [ci skip] update android natives 2019-09-19 03:07:46 +00:00
travis-ci
4ccdd7aae0 [ci skip] update android natives 2019-09-19 02:46:36 +00:00
MeFisto94
1bde90d1a1 Build android bullet-native on Travis (#1175)
* First attempt at building android-natives.

*  Use OpenJDK because native build is broken without

* Try OpenJDK 10

* Try openJDK 9

* Try openJDK11 again but "enable" the EE Module

* OpenJDK 11 has no Java EE Module anymore.

* Try to fix Android Header Generation

* Fix invalid flag error with javac by removing empty quotes

* Try to fix build of decode.

* Remove jni generated headers from the repository.

* Adjust .gitignore as those header files won't appear at that location anymore

* Fix Android Build: Fill the jme3-android-native headers during the build of jme3-android. This works because jme3-android-native already depends on jme3-android.

Due to technical reasons, the headers share the same location and thus the include directives have been adjusted slightly.

* Copy jni headers to the jni directory.

* Adjust the path slightly

* Try to silence android sdk's license print out

* Also fix openAL

* Solve task name conflict

* Really silence license now

* Tasks seem shared but Strings are not...

* Only build Android-Native

* Trying to reduce the amount of dependencies needed.

* Remove even more dependencies

* Even more removal

* Prepare Deployment

* Fix Deployment

* Cleanup: Remove feature branch from branches for travis.

* Revert a few unnecessary things

* Removed NDK Comments.

* Bullet Android: Some cosmetic changes (removed commented debug code) and generate bullet-native headers during jme3-bullet compilation.

* Fix Bullet Build by using GNU libstdc++ instead of STLPort (discontinued)

* Fix Bullet-Native Compilation
2019-09-16 06:49:45 -07:00
joliver82
2b1c3d22e8 Update android bullet native libraries 2018-11-15 10:23:04 -08:00
joliver82
f19ad06820 Update android bullet native, mk files and gradle adding header generation dependency 2018-11-15 10:23:04 -08:00
Kirill Vainer
3cdb7fd928 bullet-native: move generate headers task 2016-11-27 12:59:59 -05:00
Kirill Vainer
356b3d6726 build: fix gradle 3.2.1 deprecations 2016-11-24 15:41:46 -05:00
iwgeric
5be0edfd31 Update native bullet libraries for Android 2016-04-11 19:36:42 -04:00
iwgeric
f3177535a7 Fix issue detecting Android NDK and property to build native projects 2016-04-11 19:30:37 -04:00
shadowislord
373eaeae30 Match # of parallel build processes to number of CPUs for native builds 2014-12-09 18:07:38 -05:00
shadowislord
33440fe5d0 Add missing android bullet libs (other platforms) 2014-12-09 18:00:01 -05:00
shadowislord
44db44ee56 Add updated bullet native android libs 2014-11-25 19:16:25 -05:00
shadowislord
2ca1305ff5 Fix bullet native android build on latest NDK 2014-11-25 18:49:52 -05:00
iwgeric
26c08caa8c add separate project files for building android native bullet 2014-03-28 08:16:22 -04:00
iwgeric
f380140ff7 add pre-compiled libs for android native bullet 2014-03-28 08:12:31 -04:00