mirror of
				https://github.com/oplus-giulia-dev/android_hardware_oplus
				synced 2025-11-04 05:45:34 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//
 | 
						|
// Copyright (C) 2025 The LineageOS Project
 | 
						|
//
 | 
						|
// SPDX-License-Identifier: Apache-2.0
 | 
						|
//
 | 
						|
 | 
						|
cc_library_static {
 | 
						|
    name: "libudfps_extension.oplus",
 | 
						|
    srcs: ["UdfpsExtension.cpp"],
 | 
						|
    include_dirs: [
 | 
						|
        "frameworks/native/services/surfaceflinger/CompositionEngine/include",
 | 
						|
    ],
 | 
						|
    header_libs: [
 | 
						|
        "generated_kernel_headers",
 | 
						|
    ],
 | 
						|
}
 |