mirror of
				https://github.com/oplus-giulia-dev/android_hardware_oplus
				synced 2025-11-04 13:55:35 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			972 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			972 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
cc_binary {
 | 
						|
    name: "android.hardware.biometrics.fingerprint@2.3-service.oplus",
 | 
						|
    defaults: ["hidl_defaults"],
 | 
						|
    init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.oplus.rc"],
 | 
						|
    vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.oplus.xml"],
 | 
						|
    vendor: true,
 | 
						|
    relative_install_path: "hw",
 | 
						|
    srcs: [
 | 
						|
        "BiometricsFingerprint.cpp",
 | 
						|
        "service.cpp",
 | 
						|
    ],
 | 
						|
    shared_libs: [
 | 
						|
        "libbase",
 | 
						|
        "libhidlbase",
 | 
						|
        "libutils",
 | 
						|
        "android.hardware.biometrics.fingerprint@2.1",
 | 
						|
        "android.hardware.biometrics.fingerprint@2.2",
 | 
						|
        "android.hardware.biometrics.fingerprint@2.3",
 | 
						|
        "vendor.oplus.hardware.biometrics.fingerprint@2.1",
 | 
						|
    ],
 | 
						|
    header_libs: ["kernel_headers.oplus"],
 | 
						|
}
 | 
						|
 | 
						|
cc_library_static {
 | 
						|
    name: "libudfps_extension.oplus",
 | 
						|
    srcs: ["UdfpsExtension.cpp"],
 | 
						|
    include_dirs: [
 | 
						|
        "frameworks/native/services/surfaceflinger/CompositionEngine/include",
 | 
						|
    ],
 | 
						|
}
 |