|
|
|
@ -1106,8 +1106,11 @@ Set this variable to path to your Android sources to compile |
|
|
|
|
libnative_camera_rx.x.x.so for your Android") |
|
|
|
|
SET(BUILD_ANDROID_CAMERA_WRAPPER OFF) |
|
|
|
|
if (ANDROID_SOURCE_TREE) |
|
|
|
|
FILE(STRINGS "${ANDROID_SOURCE_TREE}/development/sdk/platform_source.properties" ANDROID_VERSION REGEX "Platform\\.Version=[0-9]+\\.[0-9]+\\.[0-9]+" ) |
|
|
|
|
string(REGEX REPLACE "Platform\\.Version=([0-9]+\\.[0-9]+\\.[0-9]+)" "\\1" ANDROID_VERSION "${ANDROID_VERSION}") |
|
|
|
|
FILE(STRINGS "${ANDROID_SOURCE_TREE}/development/sdk/platform_source.properties" ANDROID_VERSION REGEX "Platform\\.Version=[0-9]+\\.[0-9]+(\\.[0-9]+)?" ) |
|
|
|
|
string(REGEX REPLACE "Platform\\.Version=([0-9]+\\.[0-9]+(\\.[0-9]+)?)" "\\1" ANDROID_VERSION "${ANDROID_VERSION}") |
|
|
|
|
if (ANDROID_VERSION MATCHES "^[0-9]+\\.[0-9]+$") |
|
|
|
|
SET(ANDROID_VERSION "${ANDROID_VERSION}.0") |
|
|
|
|
endif() |
|
|
|
|
if(NOT "${ANDROID_VERSION}" STREQUAL "") |
|
|
|
|
SET(BUILD_ANDROID_CAMERA_WRAPPER ON) |
|
|
|
|
endif() |
|
|
|
|