From 04ade8c0f13e9e78ed1666c8e4c31ac4649a52c2 Mon Sep 17 00:00:00 2001 From: nesbox Date: Tue, 20 Jul 2021 14:57:29 +0300 Subject: [PATCH] #1499: check sdlgpu on android --- build/android/app/build.gradle | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build/android/app/build.gradle b/build/android/app/build.gradle index 341b49500..562b8e6e5 100644 --- a/build/android/app/build.gradle +++ b/build/android/app/build.gradle @@ -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' - // } } }