mirror of
				https://gitlab.com/ubports/development/core/hybris-support/ofono-binder-plugin-ext-qti
				synced 2025-11-04 13:05:41 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			425 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			425 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
@Library('ubports-build-tools') _
 | 
						|
 | 
						|
buildAndProvideDebianPackage()
 | 
						|
 | 
						|
// Or if the package consists entirely of arch-independent packages:
 | 
						|
// (optional optimization, will confuse BlueOcean's live view at build stage)
 | 
						|
// buildAndProvideDebianPackage(/* isArchIndependent */ true)
 | 
						|
 | 
						|
// Optionally, to skip building on some architectures (amd64 is always built):
 | 
						|
// buildAndProvideDebianPackage(false, /* ignoredArchs */ ['arm64'])
 |