moving android client build to be part of aFreeRDP.apk gradle build

This commit is contained in:
eronnen
2022-03-25 22:19:26 +03:00
committed by akallabeth
parent 037084abd5
commit be07eb6f35
17 changed files with 144 additions and 99 deletions

View File

@@ -51,8 +51,7 @@ if(FREERDP_VENDOR AND WITH_CLIENT)
endif()
if(ANDROID)
message(STATUS "Adding Android client")
add_subdirectory(Android)
message(STATUS "Android client module is built with Android Studio project")
endif()
endif()