mirror of
				https://github.com/oplus-giulia-dev/android_hardware_oplus
				synced 2025-11-04 13:55:35 +08:00 
			
		
		
		
	Not necessarily needed and prevents builds to start on 32-bit-only targets with this repository also present. Change-Id: Ic9838753240a25883d591b4be385691f2e070a07
		
			
				
	
	
		
			38 lines
		
	
	
		
			840 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			840 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//
 | 
						|
// Copyright (C) 2025 The LineageOS Project
 | 
						|
// SPDX-License-Identifier: Apache-2.0
 | 
						|
//
 | 
						|
 | 
						|
cc_binary {
 | 
						|
    name: "android.hardware.vibrator.service.oplus-richtap",
 | 
						|
    vendor: true,
 | 
						|
    cflags: [
 | 
						|
        "-Wall",
 | 
						|
        "-Werror",
 | 
						|
        "-DLOG_TAG=\"android.hardware.vibrator.service.oplus\"",
 | 
						|
    ],
 | 
						|
    relative_install_path: "hw",
 | 
						|
    init_rc: ["android.hardware.vibrator.service.oplus-richtap.rc"],
 | 
						|
    vintf_fragments: [
 | 
						|
        "android.hardware.vibrator.service.oplus-richtap.xml",
 | 
						|
    ],
 | 
						|
    srcs: [
 | 
						|
        "service.cpp",
 | 
						|
        "Vibrator.cpp",
 | 
						|
    ],
 | 
						|
    shared_libs: [
 | 
						|
        "libcutils",
 | 
						|
        "libutils",
 | 
						|
        "liblog",
 | 
						|
        "libbase",
 | 
						|
        "libbinder_ndk",
 | 
						|
        "libaacvibrator",
 | 
						|
        "android.hardware.vibrator-V2-ndk",
 | 
						|
    ],
 | 
						|
}
 | 
						|
 | 
						|
cc_library_shared {
 | 
						|
    name: "libaacvibrator",
 | 
						|
    soc_specific: true,
 | 
						|
}
 |