From 4125da476518421fb67c170ed03c17e963bc3936 Mon Sep 17 00:00:00 2001 From: Jeongik Cha Date: Thu, 28 Jan 2021 00:49:48 +0900 Subject: [PATCH] sm6375-common: Specify version for aidl_interface explicitly Bug: 150578172 Test: m Change-Id: I4a9bf218b92252403e9ebbe8f89b10ee1899283f Signed-off-by: Sebastiano Barezzi --- vibrator/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vibrator/Android.bp b/vibrator/Android.bp index 7e401af..e9d6056 100644 --- a/vibrator/Android.bp +++ b/vibrator/Android.bp @@ -14,7 +14,7 @@ cc_library_shared { "liblog", "libqtivibratoreffect", "libbinder_ndk", - "android.hardware.vibrator-ndk_platform", + "android.hardware.vibrator-V1-ndk_platform", ], export_include_dirs: ["include"] } @@ -36,7 +36,7 @@ cc_binary { "libutils", "libbase", "libbinder_ndk", - "android.hardware.vibrator-ndk_platform", + "android.hardware.vibrator-V1-ndk_platform", "vendor.qti.hardware.vibrator.impl.xiaomi_holi", ], }