7 lines
		
	
	
		
			144 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			144 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# -*- Mode: makefile-gmake -*-
 | 
						|
 | 
						|
EXE = unit_bridge
 | 
						|
COMMON_SRC = test_binder.c test_main.c test_servicemanager_hidl.c
 | 
						|
 | 
						|
include ../common/Makefile
 |