Updating to audiocontrol@2.0

CF now uses audiocontrol@2.0 default implementation. Since it
still doesn't use dynamic routing, the functionality will be
mostly limited to fader/balance.

Bug: 148178269
Test: built, ran, adjusted fader, queried lshal for audiocontrol@2.0
Change-Id: Id098ed95d25e4ef7a708ffcb8764bb8a8f4d3b3d
Merged-In: Id098ed95d25e4ef7a708ffcb8764bb8a8f4d3b3d
diff --git a/shared/auto/device.mk b/shared/auto/device.mk
index 10d8453..0e6912c 100644
--- a/shared/auto/device.mk
+++ b/shared/auto/device.mk
@@ -67,7 +67,7 @@
 
 # AudioControl HAL
 ifeq ($(LOCAL_AUDIOCONTROL_HAL_PRODUCT_PACKAGE),)
-    LOCAL_AUDIOCONTROL_HAL_PRODUCT_PACKAGE := android.hardware.automotive.audiocontrol@1.0-service
+    LOCAL_AUDIOCONTROL_HAL_PRODUCT_PACKAGE := android.hardware.automotive.audiocontrol@2.0-service
 endif
 PRODUCT_PACKAGES += $(LOCAL_AUDIOCONTROL_HAL_PRODUCT_PACKAGE)