mirror of
				https://github.com/ThomasKing2014/android-firmware-qti-sdm660
				synced 2025-11-04 06:43:47 +08:00 
			
		
		
		
	buildit.py: update clang path
update the path used for clang binaries.
This commit is contained in:
		@@ -79,7 +79,7 @@ WIN_AARCH64_TOOL         = "C:\\Apps\\LLVM\\3.8.4\\bin"
 | 
			
		||||
WIN_AARCH64_TOOL_PATH    = "C:\\Apps\\Linaro\\gcc-linaro-aarch64-none-elf-4.9-2014.07"
 | 
			
		||||
WIN_ARM_TOOL             = "C:\\Apps\\LLVM\\3.8.4\\bin"
 | 
			
		||||
WIN_ARM_TOOL_PATH        = "C:\\Apps\\gcc-linaro-arm-linux-gnueabihf-4.9-2014.05_win32"
 | 
			
		||||
CLANG38LINUX_BIN         = "/pkg/qct/software/llvm/release/arm/3.8.4/bin/"
 | 
			
		||||
CLANG38LINUX_BIN         = "/opt/clang/4.0.3"
 | 
			
		||||
CLANG38WIN_BIN           = "C:\\Apps\\LLVM\\3.8.4\\bin\\"
 | 
			
		||||
DEFAULT_ARM_LICENSE_FILE = "7117@license-wan-arm1"
 | 
			
		||||
DEFAULT_RELEASE_MODES    = "DEBUG,RELEASE"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user