Files
android_hardware_oplus/aidl/vibrator/richtap/Android.bp
Bruno Martins d5f168f6a8 aidl: vibrator: Drop compile_multilib from dummy richtap lib
Not necessarily needed and prevents builds to start on 32-bit-only
targets with this repository also present.

Change-Id: Ic9838753240a25883d591b4be385691f2e070a07
2025-03-31 17:39:50 +00:00

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