You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					11 lines
				
				372 B
			
		
		
			
		
	
	
					11 lines
				
				372 B
			| 
								 
											6 years ago
										 
									 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								gcc -DQCOM -I ~/one -I ~/one/selfdrive -I ../../include \
							 | 
						||
| 
								 | 
							
								  -I ~/one/phonelibs/android_system_core/include -I ~/one/phonelibs/opencl/include \
							 | 
						||
| 
								 | 
							
								  -I ~/one/selfdrive/visiond/cameras \
							 | 
						||
| 
								 | 
							
								  test.c ../../cameras/camera_qcom.c \
							 | 
						||
| 
								 | 
							
								  -l:libczmq.a -l:libzmq.a -lgnustl_shared -lm -llog -lcutils \
							 | 
						||
| 
								 | 
							
								  -l:libcapn.a -l:libcapnp.a -l:libkj.a \
							 | 
						||
| 
								 | 
							
								  ~/one/cereal/gen/c/log.capnp.o
							 | 
						||
| 
								 | 
							
								
							 |