diff --git a/olp-cpp-sdk-core/cmake/GetAndroidVariables.cmake b/olp-cpp-sdk-core/cmake/GetAndroidVariables.cmake index 8c562ed22..aa9532f23 100644 --- a/olp-cpp-sdk-core/cmake/GetAndroidVariables.cmake +++ b/olp-cpp-sdk-core/cmake/GetAndroidVariables.cmake @@ -18,6 +18,7 @@ # Common functions that resolve Android related variables and # resolve Android toolchain configuration variables. + function(get_android_sdk_root VAR) # If not already set, sets the given VAR output variable to point to the Android SDK's root. # Sends a FATAL_ERROR if VAR is not set and cannot be be resolved.