Files
device_oplus_mt6893-common/vibrator/Android.bp
SamarV-121 bcf10fe3fb RMX3031: vibrator: Initial vibrator stub service
Signed-off-by: Himanshu Tyagi <himanshut567@gmail.com>
Change-Id: I21b18db6621d5ed56abf32d63eb19be97d463b5b
2022-11-19 09:42:30 +05:30

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,
}