Android turn off renderer2 build and enable building etl with opengles

This commit is contained in:
rafal1137 2018-11-12 15:33:51 +01:00
parent e0127d9404
commit fd3950067a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ android {
versionName "1.0" versionName "1.0"
externalNativeBuild { externalNativeBuild {
cmake { cmake {
arguments "-DCROSS_COMPILE32=OFF" arguments "-DCROSS_COMPILE32=OFF", "-DFEATURE_RENDERER2=OFF", "-DFEATURE_RENDERER_GLES=ON"
} }
} }
ndk { ndk {