Skip to content

Commit

Permalink
#1499: check sdlgpu on android
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Jul 20, 2021
1 parent cfd3a90 commit 04ade8c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build/android/app/build.gradle
Expand Up @@ -23,13 +23,8 @@ android {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
cmake {
arguments "-DBUILD_PRO=Off -DBUILD_SDLGPU=On"
arguments "-DANDROID_APP_PLATFORM=android-16", "-DBUILD_PRO=Off", "-DBUILD_SDLGPU=On"
}
// cmake {
// arguments "-DANDROID_APP_PLATFORM=android-16", "-DANDROID_STL=c++_static"
// // abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
// abiFilters 'arm64-v8a'
// }
}
}

Expand Down

0 comments on commit 04ade8c

Please sign in to comment.