Android: Distinguish between platforms in the ndk and the sdk
The available platforms in the ndk might not be the same as in the sdk.
This patch is renames everything using the ndk platform list to
ndkPlatforms, except the highestAvailablePlatform which wrongly uses
the ndk platform list.
Change-Id: I02d9b68bbc27b0c748281678fe654d5f4244578d
Reviewed-by:
BogDan Vatra <bogdan@kde.org>
Showing
- src/plugins/android/androidconfigurations.cpp 10 additions, 10 deletionssrc/plugins/android/androidconfigurations.cpp
- src/plugins/android/androidconfigurations.h 3 additions, 3 deletionssrc/plugins/android/androidconfigurations.h
- src/plugins/android/androidqtversion.cpp 1 addition, 2 deletionssrc/plugins/android/androidqtversion.cpp
Please register or sign in to comment