android build: don't set WITH_OPENSLES in options

WITH_OPENSLES is automatically set by find_feature
This commit is contained in:
Bernhard Miklautz 2013-10-01 23:22:45 +02:00
parent a5dca8b446
commit 6d060d2fcc
1 changed files with 1 additions and 2 deletions

View File

@ -21,11 +21,10 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
endif()
option(WITH_DEBUG_ANDROID_JNI "Enable debug output for android jni bindings" ${DEFAULT_DEBUG_OPTION})
option(WITH_OPENSLES "Enable sound and microphone redirection using OpenSLES" ON)
option(ANDROID_BUILD_JAVA "Automatically android java code - build type depends on CMAKE_BUILD_TYPE" ON)
option(ANDROID_BUILD_JAVA_DEBUG "Create a android debug package" ${JAVA_DEBUG_DEFAULT})
set(ANDROID_APP_TARGET_SDK 11 CACHE STRING "Application target android SDK")
set(ANDROID_APP_MIN_SDK 9 CACHE STRING "Application minimum android SDK requirement")
set(ANDROID_APP_GOOGLE_TARGET_SDK "16" CACHE STRING "Application target google SDK")
set(ANDROID_NATIVE_API_LEVEL "9" CACHE STRING "Android API level for native code")