12 lines
		
	
	
		
			340 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			340 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# NOTE: GerritLauncher must be a single, self-contained class. Do not add any
 | 
						|
# additional srcs or deps to this rule.
 | 
						|
java_library(
 | 
						|
  name = 'launcher',
 | 
						|
  srcs = ['src/main/java/com/google/gerrit/launcher/GerritLauncher.java'],
 | 
						|
  visibility = [
 | 
						|
    '//gerrit-acceptance-tests/...',
 | 
						|
    '//gerrit-main:main_lib',
 | 
						|
    '//gerrit-pgm:',
 | 
						|
  ],
 | 
						|
)
 |