Re-enable KTX cache on android

This commit is contained in:
Brad Davis 2018-02-02 13:43:37 -08:00
parent d087530423
commit b1fb4c2d0f

View file

@ -24,7 +24,7 @@ android {
'-DRELEASE_TYPE=' + RELEASE_TYPE, '-DRELEASE_TYPE=' + RELEASE_TYPE,
'-DBUILD_BRANCH=' + BUILD_BRANCH, '-DBUILD_BRANCH=' + BUILD_BRANCH,
'-DDISABLE_QML=ON', '-DDISABLE_QML=ON',
'-DDISABLE_KTX_CACHE=ON' '-DDISABLE_KTX_CACHE=OFF'
} }
} }
} }