-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Build Android Natives (OpenAL, Vorbis, TextureLoading) on Travis #1171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
stephengold
merged 28 commits into
jMonkeyEngine:master
from
MeFisto94:travis/build-android-natives
Sep 14, 2019
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
bbb4f9c
First attempt at building android-natives.
MeFisto94 d09e6b9
Use OpenJDK because native build is broken without
MeFisto94 9e25072
Try OpenJDK 10
MeFisto94 a1109dc
Try openJDK 9
MeFisto94 bdbdff9
Try openJDK11 again but "enable" the EE Module
MeFisto94 fb78b25
OpenJDK 11 has no Java EE Module anymore.
MeFisto94 db95af3
Try to fix Android Header Generation
MeFisto94 d9abed8
Fix invalid flag error with javac by removing empty quotes
MeFisto94 6ae69a8
Try to fix build of decode.
MeFisto94 00f2e24
Remove jni generated headers from the repository.
MeFisto94 62d385a
Adjust .gitignore as those header files won't appear at that location…
MeFisto94 701c2c1
Fix Android Build: Fill the jme3-android-native headers during the bu…
MeFisto94 0c00679
Copy jni headers to the jni directory.
MeFisto94 bdf8419
Adjust the path slightly
MeFisto94 b771da4
Try to silence android sdk's license print out
MeFisto94 f6043b7
Also fix openAL
MeFisto94 c90a754
Solve task name conflict
MeFisto94 523fc5a
Really silence license now
MeFisto94 cfec451
Tasks seem shared but Strings are not...
MeFisto94 8eab823
Only build Android-Native
MeFisto94 03c0d08
Trying to reduce the amount of dependencies needed.
MeFisto94 5b36109
Remove even more dependencies
MeFisto94 ce8a526
Even more removal
MeFisto94 cd187fa
Prepare Deployment
MeFisto94 bd49a53
Fix Deployment
MeFisto94 0ae70db
Cleanup: Remove feature branch from branches for travis.
MeFisto94 0ff27de
Revert a few unnecessary things
MeFisto94 ff3520c
Removed NDK Comments.
MeFisto94 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # The headers are autogenerated and nobody should try to commit them... | ||
| src/native/headers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-android-native/src/native/jme_decode/com_jme3_texture_plugins_AndroidNativeImageLoader.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
jme3-android-native/src/native/jme_openalsoft/com_jme3_audio_android_AndroidAL.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
173 changes: 0 additions & 173 deletions
173
jme3-android-native/src/native/jme_openalsoft/com_jme3_audio_android_AndroidAL.h
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.