mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-14 00:54:05 +02:00
Merge pull request #71 from csanta/master
Additional support for the android build on x86
This commit is contained in:
@@ -10,7 +10,7 @@ android {
|
|||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "0.1"
|
versionName "0.1"
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters 'armeabi-v7a'
|
abiFilters 'armeabi-v7a','x86','x86_64'
|
||||||
}
|
}
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
BIN
src/platform/android/app/src/main/res/raw/level2.jet
Normal file
BIN
src/platform/android/app/src/main/res/raw/level2.jet
Normal file
Binary file not shown.
BIN
src/platform/android/app/src/main/res/raw/music.jet
Normal file
BIN
src/platform/android/app/src/main/res/raw/music.jet
Normal file
Binary file not shown.
Reference in New Issue
Block a user