Add Broadcast Radio HAL to Cuttlefish Auto device

Bug: 112604360
Test: build and launch cf_x86_auto-userdebug; atest BroadcastRadioTests
Change-Id: I22bc153abcc4ae46660edfc661ca458e90c70e8f
(cherry picked from commit 38398875f52fe4a31af4cf64b42b488c28b2bd36)
(cherry picked from commit 0f751d60bdf219486de810a4d9bbb2c936596573)
diff --git a/shared/auto/device.mk b/shared/auto/device.mk
index 6d47f4c..15325b1 100644
--- a/shared/auto/device.mk
+++ b/shared/auto/device.mk
@@ -65,6 +65,9 @@
 # vehicle HAL
 PRODUCT_PACKAGES += android.hardware.automotive.vehicle@2.0-service
 
+# Broadcast Radio
+PRODUCT_PACKAGES += android.hardware.broadcastradio@2.0-service
+
 # DRM HAL
 PRODUCT_PACKAGES += \
     android.hardware.drm@1.0-impl \