Add sendHint to performance_hint header and update builds

Add sendHint functionality to JNI by incrementing powermanager AIDL
version and adding sendHint method to the performance_hint header.

Bug: b/243973548
Test: manual

Change-Id: Ib449706dc5540942cb166df1ce861f8a1acb1b43
diff --git a/services/powermanager/tests/Android.bp b/services/powermanager/tests/Android.bp
index eec6801..54dffcf 100644
--- a/services/powermanager/tests/Android.bp
+++ b/services/powermanager/tests/Android.bp
@@ -51,7 +51,7 @@
         "android.hardware.power@1.1",
         "android.hardware.power@1.2",
         "android.hardware.power@1.3",
-        "android.hardware.power-V3-cpp",
+        "android.hardware.power-V4-cpp",
     ],
     static_libs: [
         "libgmock",