mirror of
				https://github.com/ThomasKing2014/android-firmware-qti-sdm660
				synced 2025-11-04 06:43:47 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			242 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			242 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
cd LINUX/android
 | 
						|
#sed -i "85c FILE_NAME_TAG := eng.\$(BUILD_USERNAME)" build/make/core/main.mk
 | 
						|
#sed -i '85,85s/^/  /' build/make/core/main.mk
 | 
						|
source build/envsetup.sh
 | 
						|
lunch 
 | 
						|
./clean_edk2_env.sh
 | 
						|
cd ../../
 | 
						|
./build.sh all
 | 
						|
./cpn_all
 |