Revert "IDLCLI: Update android.hardware.vibrator to V3 for idlcli"

Revert submission 29769949-PWLEV2_AIDLV3

Reason for revert: Build breakage

Reverted changes: /q/submissionid:29769949-PWLEV2_AIDLV3

Change-Id: If7e4c2c8b04ab06eab59cb50144c1e64b798a738
diff --git a/cmds/idlcli/Android.bp b/cmds/idlcli/Android.bp
index 9e64f45..50c2cd8 100644
--- a/cmds/idlcli/Android.bp
+++ b/cmds/idlcli/Android.bp
@@ -1,4 +1,4 @@
-// Copyright (C) 2024 The Android Open Source Project
+// Copyright (C) 2019 The Android Open Source Project
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -50,7 +50,6 @@
         "vibrator/CommandAlwaysOnEnable.cpp",
         "vibrator/CommandCompose.cpp",
         "vibrator/CommandComposePwle.cpp",
-        "vibrator/CommandGetFrequencyToOutputAccelerationMap.cpp",
         "vibrator/CommandGetBandwidthAmplitudeMap.cpp",
         "vibrator/CommandGetCapabilities.cpp",
         "vibrator/CommandGetCompositionDelayMax.cpp",
@@ -73,11 +72,6 @@
         "vibrator/CommandSetExternalControl.cpp",
         "vibrator/CommandSupportsAmplitudeControl.cpp",
         "vibrator/CommandSupportsExternalControl.cpp",
-        "vibrator/CommandGetPwleV2PrimitiveDurationMaxMillis.cpp",
-        "vibrator/CommandGetPwleV2CompositionSizeMax.cpp",
-        "vibrator/CommandGetPwleV2PrimitiveDurationMinMillis.cpp",
-        "vibrator/CommandComposePwleV2.cpp",
-        "vibrator/CommandPerformVendorEffect.cpp",
     ],
     visibility: [":__subpackages__"],
 }