diff options
| author | Mikhail Naganov <mnaganov@google.com> | 2017-06-30 09:59:19 -0700 |
|---|---|---|
| committer | Hashbang173 <hashbang173@gmail.com> | 2018-02-17 17:31:26 -0500 |
| commit | e52f5092aa2e8c43753e78b3336ed044ecea275c (patch) | |
| tree | 86be94a18f2a4119e838c244fa967164765a4ed1 | |
| parent | 6b331e638787e82a80120f179e50249c60447f81 (diff) | |
flounder: Remove Broadcast Radio HAL impl library
There is no support for FM radio on this line of devices.
Having this HAL impl in place was confusing VTS tests runner
as broadcast radio HAL was present in the output of 'lshal'.
Bug: 33050893
Test: audio works, no impl lib in /vendor/lib[64]/hw,
no broadcastradio in lshal output
Change-Id: I35b4d6329de8b04032b456fb048b0b8728024a64
| -rw-r--r-- | device.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -162,7 +162,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.audio@2.0-impl \ android.hardware.audio.effect@2.0-impl \ - android.hardware.broadcastradio@1.0-impl \ android.hardware.soundtrigger@2.0-impl # Bluetooth HAL |
