forked from qt-creator/qt-creator
		
	More Android fixes, add default android device.
Switch to new android assests scheme Change-Id: I34bf52cbb085b76df66e40391160d189301aafd2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
		
				
					committed by
					
						
						Tobias Hunger
					
				
			
			
				
	
			
			
			
						parent
						
							7c77331ea4
						
					
				
				
					commit
					a16d355dce
				
			@@ -161,8 +161,7 @@ bool AndroidPackageCreationStep::init()
 | 
			
		||||
        androidLibPath = path.appendPath(QLatin1String("libs/armeabi-v7a"));
 | 
			
		||||
    else
 | 
			
		||||
        androidLibPath = path.appendPath(QLatin1String("libs/armeabi"));
 | 
			
		||||
    path = m_androidDir;
 | 
			
		||||
    m_gdbServerDestination = path.appendPath(QLatin1String("gdbserver"));
 | 
			
		||||
    m_gdbServerDestination = androidLibPath.appendPath(QLatin1String("gdbserver"));
 | 
			
		||||
    m_gdbServerSource = AndroidConfigurations::instance().gdbServerPath(target()->activeRunConfiguration()->abi().architecture());
 | 
			
		||||
    m_debugBuild = bc->qmakeBuildConfiguration() & QtSupport::BaseQtVersion::DebugBuild;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user