Audio V4: Make common helper version independent

The implementation uses the version provided by macro.

Bug: 38184704
Test: compile
Change-Id: Ib5565bdf77ed9e42fc8271a4317eb88681aefcd5
Signed-off-by: Kevin Rocard <krocard@google.com>
diff --git a/audio/common/all-versions/default/Android.bp b/audio/common/all-versions/default/Android.bp
index 82b38c0..8f6b74c 100644
--- a/audio/common/all-versions/default/Android.bp
+++ b/audio/common/all-versions/default/Android.bp
@@ -14,7 +14,7 @@
 // limitations under the License.
 
 cc_library_shared {
-    name: "android.hardware.audio.common@2.0-util",
+    name: "android.hardware.audio.common-util",
     defaults: ["hidl_defaults"],
     vendor_available: true,
     vndk: {
@@ -22,16 +22,14 @@
     },
     srcs: [
         "EffectMap.cpp",
-        "HidlUtils.cpp",
     ],
 
-    export_include_dirs: ["."],
+    export_include_dirs: ["include"],
 
     shared_libs: [
         "liblog",
         "libutils",
         "libhidlbase",
-        "android.hardware.audio.common@2.0",
     ],
 
     header_libs: [