vibrator: Use new vibrator NDK platform

Change-Id: I191e1b942dea3a5cb38e79b8a05803a8b72acdc7
This commit is contained in:
Jeongik Cha
2021-10-10 12:57:43 +05:30
committed by Bruno Martins
parent 8e38bbd395
commit 41f8f88040

View File

@@ -15,7 +15,7 @@ cc_library_shared {
"libqtivibratoreffect",
"libsoc_helper",
"libbinder_ndk",
"android.hardware.vibrator-ndk_platform",
"android.hardware.vibrator-V1-ndk_platform",
],
export_include_dirs: ["include"]
}
@@ -37,7 +37,7 @@ cc_binary {
"libutils",
"libbase",
"libbinder_ndk",
"android.hardware.vibrator-ndk_platform",
"android.hardware.vibrator-V1-ndk_platform",
"vendor.qti.hardware.vibrator.impl",
],
}
@@ -58,7 +58,7 @@ cc_library_shared {
"libqtivibratoreffectoffload",
"libsoc_helper",
"libbinder_ndk",
"android.hardware.vibrator-ndk_platform",
"android.hardware.vibrator-V1-ndk_platform",
],
export_include_dirs: ["include"],
header_libs: ["qti_kernel_headers"],
@@ -81,7 +81,7 @@ cc_binary {
"libutils",
"libbase",
"libbinder_ndk",
"android.hardware.vibrator-ndk_platform",
"android.hardware.vibrator-V1-ndk_platform",
"vendor.qti.hardware.vibrator.offload.impl",
],
}