mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	makebuildserver: add ndk r16
This commit is contained in:
		
							parent
							
								
									9aacdf3fe3
								
							
						
					
					
						commit
						f9b853ab91
					
				
					 4 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -7,6 +7,7 @@ ndk_paths = {
 | 
			
		|||
    'r13b': "/home/vagrant/android-ndk/r13b",
 | 
			
		||||
    'r14b': "/home/vagrant/android-ndk/r14b",
 | 
			
		||||
    'r15c': "/home/vagrant/android-ndk/r15c",
 | 
			
		||||
    'r16': "/home/vagrant/android-ndk/r16",
 | 
			
		||||
}
 | 
			
		||||
qt_sdk_path = "/home/vagrant/qt-sdk/5.7.0/5.7"
 | 
			
		||||
java_paths = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,6 +18,7 @@
 | 
			
		|||
#     'r13b': None,
 | 
			
		||||
#     'r14b': None,
 | 
			
		||||
#     'r15c': None,
 | 
			
		||||
#     'r16': None,
 | 
			
		||||
# }
 | 
			
		||||
 | 
			
		||||
# Path to the Qt SDK. It is of the form "/path/to/Qt5.7.0/5.7"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -80,6 +80,7 @@ default_config = {
 | 
			
		|||
        'r13b': None,
 | 
			
		||||
        'r14b': None,
 | 
			
		||||
        'r15c': None,
 | 
			
		||||
        'r16': None,
 | 
			
		||||
    },
 | 
			
		||||
    'qt_sdk_path': None,
 | 
			
		||||
    'build_tools': "25.0.2",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -352,6 +352,8 @@ cachefiles = [
 | 
			
		|||
     '0ecc2017802924cf81fffc0f51d342e3e69de6343da892ac9fa1cd79bc106024'),
 | 
			
		||||
    ('https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip',
 | 
			
		||||
     'f01788946733bf6294a36727b99366a18369904eb068a599dde8cca2c1d2ba3c'),
 | 
			
		||||
    ('https://dl.google.com/android/repository/android-ndk-r16-linux-x86_64.zip',
 | 
			
		||||
     'a8550b81771c67cc6ab7b479a6918d29aa78de3482901762b4f9e0132cd9672e'),
 | 
			
		||||
    ('https://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-android-5.7.0.run',
 | 
			
		||||
     'f7e55b7970e59bdaabb88cb7afc12e9061e933992bda2f076f52600358644586'),
 | 
			
		||||
]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue