From ead0a0c4f5903051f6e50a8d16e05fc8b187d358 Mon Sep 17 00:00:00 2001 From: Vasishath Kaushal Date: Thu, 21 Jun 2018 00:18:37 +0530 Subject: [PATCH] whyred: Add audio broadcastradio HIDL --- treble.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/treble.mk b/treble.mk index 9b942b5..dbef2dd 100644 --- a/treble.mk +++ b/treble.mk @@ -44,4 +44,5 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.audio@2.0-service \ android.hardware.audio@2.0-impl \ - android.hardware.audio.effect@2.0-impl + android.hardware.audio.effect@2.0-impl \ + android.hardware.broadcastradio@1.0-impl