mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-24 06:53:46 +00:00
[android][sdk] Move cpp code into sdk lib
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
committed by
Konstantin Pastbin
parent
0c8648d1e3
commit
dd023b65c7
@@ -23,7 +23,7 @@
|
||||
#elif defined(OMIM_OS_LINUX)
|
||||
#include <cstdlib>
|
||||
#elif defined(OMIM_OS_ANDROID)
|
||||
/// Body for this function is inside android/app/src/main/cpp sources
|
||||
/// Body for this function is inside android/sdk/src/main/cpp sources
|
||||
std::string GetAndroidSystemLanguage();
|
||||
#else
|
||||
#error "Define language preferences for your platform"
|
||||
|
||||
Reference in New Issue
Block a user