From 380fa0ba2c6a7c9b55b96e98edb84014a9f6281f Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Fri, 4 Mar 2022 13:35:30 +0530 Subject: [PATCH] sm8350-common: aidl: 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. Bug: 161456198 Test: m Merged-In: Iebc1c5d4c277e96cf7564d882aeecb084adc53ee Change-Id: Iebc1c5d4c277e96cf7564d882aeecb084adc53ee (cherry picked from commit 25368375b1759a13cacbfa1a9a183d4eee7381b2) --- 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 ae66e22..344d10f 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-V1-ndk_platform", + "android.hardware.vibrator-V1-ndk", ], export_include_dirs: ["include"] } @@ -61,7 +61,7 @@ cc_binary { "libutils", "libbase", "libbinder_ndk", - "android.hardware.vibrator-V1-ndk_platform", + "android.hardware.vibrator-V1-ndk", "vendor.qti.hardware.vibrator.impl.xiaomi_sm8350", ], }