IDLCLI: Update android.hardware.vibrator to V3 for idlcli
Implement the following functions to enable testing of new interfaces:
- performVendorEffect (stub)
- getPwleFrequencyToOutputAccelerationMap
- getPwleV2PrimitiveDurationMinMillis
- getPwleV2PrimitiveDurationMaxMillis
- getPwleV2CompositionSizeMax
- composePwleV2
Flag: EXEMPT internal dev tools
Bug: 346570576
Test: Flash to device and execute PWLEV2 methods
Change-Id: Ida977bcad5b592836a2778cc2697ef7503b81d52
Signed-off-by: Nathan Kulczak <nathankulczak@google.com>
diff --git a/cmds/idlcli/Android.bp b/cmds/idlcli/Android.bp
index 50c2cd8..36dcbca 100644
--- a/cmds/idlcli/Android.bp
+++ b/cmds/idlcli/Android.bp
@@ -50,6 +50,7 @@
"vibrator/CommandAlwaysOnEnable.cpp",
"vibrator/CommandCompose.cpp",
"vibrator/CommandComposePwle.cpp",
+ "vibrator/CommandGetFrequencyToOutputAccelerationMap.cpp",
"vibrator/CommandGetBandwidthAmplitudeMap.cpp",
"vibrator/CommandGetCapabilities.cpp",
"vibrator/CommandGetCompositionDelayMax.cpp",
@@ -72,6 +73,11 @@
"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__"],
}