From 242d50c2713426f0d9d3ea8045e25154fa145645 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 9 Aug 2021 09:01:16 +0900 Subject: [PATCH] sm7125-common: 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. Bug: 161456198 Test: m Merged-In: I14a1c57bd06f1f2aa52491f779c7030d4de03547 Change-Id: I7b9055909b901843631314b9577a9e578a739d00 --- vibrator/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vibrator/Android.bp b/vibrator/Android.bp index ce54daa..6d0ac09 100644 --- a/vibrator/Android.bp +++ b/vibrator/Android.bp @@ -16,7 +16,7 @@ cc_binary { shared_libs: [ "libbase", "libbinder_ndk", - "android.hardware.vibrator-V2-ndk_platform", + "android.hardware.vibrator-V2-ndk", ], vendor: true, }