14 lines
		
	
	
		
			257 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			257 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//
 | 
						|
// Copyright (C) 2022 The LineageOS Project
 | 
						|
//
 | 
						|
// SPDX-License-Identifier: Apache-2.0
 | 
						|
//
 | 
						|
 | 
						|
soong_namespace {
 | 
						|
    imports: [
 | 
						|
        "hardware/qcom-caf/bootctrl",
 | 
						|
        "hardware/xiaomi",
 | 
						|
        "vendor/qcom/opensource/commonsys-intf/display",
 | 
						|
    ],
 | 
						|
}
 |