You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
534 B
22 lines
534 B
//
|
|
// Copyright (C) 2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "android.hardware.vibrator-service.sm7125",
|
|
relative_install_path: "hw",
|
|
init_rc: ["android.hardware.vibrator-service.sm7125.rc"],
|
|
vintf_fragments: ["android.hardware.vibrator-service.sm7125.xml"],
|
|
srcs: [
|
|
"Vibrator.cpp",
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libbinder_ndk",
|
|
"android.hardware.vibrator-V2-ndk_platform",
|
|
],
|
|
vendor: true,
|
|
}
|
|
|