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