blob: a9160d67437b1051c48eafe0422cefde0e355f67 [file] [log] [blame]
//
// Copyright (C) 2022 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_binary {
name: "android.hardware.vibrator-service.RM6785",
relative_install_path: "hw",
init_rc: ["android.hardware.vibrator-service.RM6785.rc"],
vintf_fragments: ["android.hardware.vibrator-service.RM6785.xml"],
srcs: [
"Vibrator.cpp",
"service.cpp",
],
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.vibrator-V2-ndk",
],
vendor: true,
}