Trevor Flynn
9c1452b63b
Fixed classes location while building natives (JDK11 Support) ( #1073 )
...
* Fixed classes location while building natives
* Fix minor formating issue
6 years ago
Trevor Flynn
ad2ba95e99
Jdk 11 Build Support
6 years ago
iwgeric
adc7ad757e
Move OpenALSoft source files to build directory
...
Move the zip file downloaded from OpenALSoft and the extraction folder to within the build folder so that are ignored by git and cleaned appropriately.
9 years ago
iwgeric
7de6199bb5
Fix issue detecting Android NDK and property to build native projects
9 years ago
shadowislord
373eaeae30
Match # of parallel build processes to number of CPUs for native builds
10 years ago
iwgeric
fb04910980
Always include the jme3-android-native but only build based on "buildNativeProjects" property.
...
Needed to allow for the project to package the pre-compiled libs if not building the project.
10 years ago
shadowislord
91715c4a48
Add support for URA, or Unified Renderer Architecture for audio
...
* Unified all renderers into common class 'ALAudioRenderer'
* LWJGL and Android now implement the AL / ALC / EFX interfaces to provide a common OpenAL backend for jME
* Added support for OpenAL Soft "Pause Device" extension, which allows the engine to pause the context while running in the background (currently requires OpenAL soft 1.16 and thus is Android only feature)
10 years ago
shadowislord
393009ec2d
Fix OpenAL Soft for Android
...
* Upgrade to latest OpenAL Soft (1.16)
* Don't specify TARGET_PLATFORM on command line as that causes weird issues
* Specify target platform via APP_PLATFORM in Application.mk and TARGET_PLATFORM in Android.mk
10 years ago
iwgeric
8b912cd768
change method to check for existance of the android ndk
11 years ago
iwgeric
57b77151aa
update android native build to support precompiled libs that are used if not building the libs. If building the libs, then the pre-compiled libs are updated with the output of the build.
11 years ago
iwgeric
df2e38798d
update native android libs build to use pre-compiled versions of the libs from the repo if not building native libs
11 years ago
Normen Hansen
c374fea7f3
change android native build scripts to not execute tasks at configuration time
11 years ago
iwgeric
f5c841aac5
reorganize build of Android OpenAL Soft lib
11 years ago
iwgeric
a186abba6a
test commit from github site
...
only added a blank line to test making changes from the github site.
11 years ago
Normen Hansen
a16857c8f4
switch to gradle layout
11 years ago
iwg..ic
5453d4f5e9
Improve checking of when to download and unzip the source OpenAL Soft files
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10989 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
5b2a661f56
Add support for downloading and building OpenAL Soft for native Android audio
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10988 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
511d045274
gradle:
...
import current build script to gradle-restructure
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10968 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago