Override vendor's usb_audio_policy_configuration

Android 8.1 added the support for new type of USB Audio devices
(USB_HEADSET, instead of old USB_DEVICE)
Some older USB devices got converted to this USB_HEADSET while still
using the old protocol.
There is no driver change needed, but the audio policy needs to be
changed.
Since vendors are simply using AOSP usb_audio_policy_configuration
Override it by ourself.
diff --git a/base.mk b/base.mk
index 96980b3..c1415aa 100644
--- a/base.mk
+++ b/base.mk
@@ -33,6 +33,9 @@
 	device/phh/treble/ld.config.26.txt:system/etc/ld.config.26.txt \
 	device/phh/treble/ld.config.27.txt:system/etc/ld.config.27.txt \
 
+#USB Audio
+PRODUCT_COPY_FILES += \
+	frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:system/etc/usb_audio_policy_configuration.xml
 
 # NFC:
 #   Provide default libnfc-nci.conf file for devices that does not have one in