mirror of
https://github.com/Evolution-X-Devices/device_oplus_mt6893-common
synced 2026-02-01 12:04:32 +00:00
Signed-off-by: Himanshu Tyagi <himanshut567@gmail.com> Change-Id: I21b18db6621d5ed56abf32d63eb19be97d463b5b
23 lines
537 B
Plaintext
23 lines
537 B
Plaintext
//
|
|
// Copyright (C) 2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "android.hardware.vibrator-service.RMX3031",
|
|
relative_install_path: "hw",
|
|
init_rc: ["android.hardware.vibrator-service.RMX3031.rc"],
|
|
vintf_fragments: ["android.hardware.vibrator-service.RMX3031.xml"],
|
|
srcs: [
|
|
"Vibrator.cpp",
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libbinder_ndk",
|
|
"android.hardware.vibrator-V2-ndk_platform",
|
|
],
|
|
vendor: true,
|
|
}
|