Update Default AudioControl AIDL HAL for version 2

- Add Gain Callback to notify unexpected gain changed from HAL
(as currently done for Audio Focus).

- Add dumpsys commands

Bug: 154906631
Test: build and run VTS tests

Signed-off-by: Francois Gaffie <francois.gaffie@renault.com>
Change-Id: I6be9620feb19d766d43be7199be2e9cd6d63c644
Merged-In: I6be9620feb19d766d43be7199be2e9cd6d63c644
(cherry picked from commit 625a8984e8cdcfc908101a3b94e76b3a2f023eb6)
diff --git a/automotive/audiocontrol/aidl/default/Android.bp b/automotive/audiocontrol/aidl/default/Android.bp
index 1439cce..6bf4b9d 100644
--- a/automotive/audiocontrol/aidl/default/Android.bp
+++ b/automotive/audiocontrol/aidl/default/Android.bp
@@ -29,8 +29,9 @@
     vendor: true,
     shared_libs: [
         "android.hardware.audio.common@7.0-enums",
+        "android.hardware.audio.common-V1-ndk",
         "android.frameworks.automotive.powerpolicy-V1-ndk",
-        "android.hardware.automotive.audiocontrol-V1-ndk",
+        "android.hardware.automotive.audiocontrol-V2-ndk",
         "libbase",
         "libbinder_ndk",
         "libcutils",