From 00c0220755eff8afbe6c1174004e858a4eaa05fd Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 21 Mar 2022 18:27:57 -0300 Subject: veux: vibrator: Remove ndk_platform backend. Use the ndk backend. The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. --- vibrator/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vibrator') diff --git a/vibrator/Android.bp b/vibrator/Android.bp index e9d6056..04318b9 100644 --- a/vibrator/Android.bp +++ b/vibrator/Android.bp @@ -14,7 +14,7 @@ cc_library_shared { "liblog", "libqtivibratoreffect", "libbinder_ndk", - "android.hardware.vibrator-V1-ndk_platform", + "android.hardware.vibrator-V1-ndk", ], export_include_dirs: ["include"] } @@ -36,7 +36,7 @@ cc_binary { "libutils", "libbase", "libbinder_ndk", - "android.hardware.vibrator-V1-ndk_platform", + "android.hardware.vibrator-V1-ndk", "vendor.qti.hardware.vibrator.impl.xiaomi_holi", ], } -- cgit v1.2.3