mirror of
				https://github.com/oplus-giulia-dev/android_hardware_oplus
				synced 2025-11-04 05:45:34 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			557 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			557 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//
 | 
						|
// Copyright (C) 2024 The LineageOS Project
 | 
						|
//
 | 
						|
// SPDX-License-Identifier: Apache-2.0
 | 
						|
//
 | 
						|
 | 
						|
cc_binary {
 | 
						|
    name: "vendor.oplus.hardware.osense.client-service",
 | 
						|
    vendor: true,
 | 
						|
    relative_install_path: "hw",
 | 
						|
    init_rc: ["vendor.oplus.hardware.osense.client-service.rc"],
 | 
						|
    vintf_fragments: ["vendor.oplus.hardware.osense.client-service.xml"],
 | 
						|
    srcs: [
 | 
						|
        "OsenseAidlHalReporter.cpp",
 | 
						|
        "service.cpp",
 | 
						|
    ],
 | 
						|
    shared_libs: [
 | 
						|
        "libbase",
 | 
						|
        "libbinder_ndk",
 | 
						|
        "vendor.oplus.hardware.osense.client-V1-ndk",
 | 
						|
    ],
 | 
						|
}
 |