diff --git a/CMakeLists.txt b/CMakeLists.txt index f92236790..ff714cf5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -291,6 +291,7 @@ endif() if(ANDROID) set(BUNDLED_CERTS ON) + set(COMPILE_LOCALIZATIONS OFF) add_compile_definitions(ANDROID_VERSION_CODE=${ANDROID_VERSION_CODE}) add_compile_definitions(ANDROID_APPLICATION_ID="org.es_de.frontend") endif()