From 013e3204013833ec29fec948eebc35e99324e586 Mon Sep 17 00:00:00 2001 From: Rustam Gamidov Date: Thu, 9 Jul 2026 14:00:37 +0300 Subject: [PATCH] Debug change to trigger CI on cmake file Check clang-formatting Relates-To: MINOR Signed-off-by: Rustam Gamidov --- olp-cpp-sdk-core/cmake/GetAndroidVariables.cmake | 1 + 1 file changed, 1 insertion(+) 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.