From d9ad9fa6cb6f8c925226e9cb20a01ba5cbae9872 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 30 Aug 2021 15:29:07 +0900 Subject: [PATCH] sm7250-common: 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: I14a1c57bd06f1f2aa52491f779c7030d4de03547 Change-Id: I14a1c57bd06f1f2aa52491f779c7030d4de03547 --- vibrator/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vibrator/Android.bp b/vibrator/Android.bp index 54bd0bb..0b55d28 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_lito", ], }