From 41f8f8804049ed875f8c61b5b32d00cafe9fcb23 Mon Sep 17 00:00:00 2001 From: Jeongik Cha Date: Sun, 10 Oct 2021 12:57:43 +0530 Subject: [PATCH] vibrator: Use new vibrator NDK platform Change-Id: I191e1b942dea3a5cb38e79b8a05803a8b72acdc7 --- aidl/vibrator/Android.bp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aidl/vibrator/Android.bp b/aidl/vibrator/Android.bp index 42b271f..e3c63a5 100644 --- a/aidl/vibrator/Android.bp +++ b/aidl/vibrator/Android.bp @@ -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", ], }