vibrator: Build AIDL V2 libs into TWRP

* Build android.hardware.vibrator-V2-ndk_platform.so and
  android.hardware.vibrator-V2-cpp.so into twrp

Change-Id: I19a990b63fb6a4cde173db80c12097ebe09e008f
Signed-off-by: Woomymy <github@woomy.ovh>
(cherry picked from commit fb8aff580876094059324f9a08a71195f401de2e)
diff --git a/minuitwrp/libminuitwrp_defaults.go b/minuitwrp/libminuitwrp_defaults.go
index 8cb176f..398177f 100644
--- a/minuitwrp/libminuitwrp_defaults.go
+++ b/minuitwrp/libminuitwrp_defaults.go
@@ -237,8 +237,8 @@
 	}
 
 	if getMakeVars(ctx, "TW_SUPPORT_INPUT_AIDL_HAPTICS") == "true" {
-		sharedLibs = append(sharedLibs, "android.hardware.vibrator-V1-ndk_platform")
-		sharedLibs = append(sharedLibs, "android.hardware.vibrator-V1-cpp")
+		sharedLibs = append(sharedLibs, "android.hardware.vibrator-V2-ndk_platform")
+		sharedLibs = append(sharedLibs, "android.hardware.vibrator-V2-cpp")
 	}
 
 	if getMakeVars(ctx, "TW_INCLUDE_JPEG") != "" {