forked from qt-creator/qt-creator
		
	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>
This commit is contained in:
		@@ -122,8 +122,7 @@ void AndroidQtVersion::addToEnvironment(const ProjectExplorer::Kit *k, Utils::En
 | 
			
		||||
        return;
 | 
			
		||||
 | 
			
		||||
    env.set(QLatin1String("ANDROID_NDK_PLATFORM"),
 | 
			
		||||
            AndroidConfigurations::instance().bestMatch(AndroidManager::buildTargetSDK(target)));
 | 
			
		||||
 | 
			
		||||
            AndroidConfigurations::instance().bestNdkPlatformMatch(AndroidManager::buildTargetSDK(target)));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QString AndroidQtVersion::description() const
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user