mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Kill broadcast radio support
* Our hardware doesn't support it anyway.
This commit is contained in:
parent
f387e6602e
commit
677e9ebb68
2 changed files with 1 additions and 7 deletions
|
@ -35,11 +35,6 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.broadcastradio</name>
|
||||
<transport arch="32+64">passthrough</transport>
|
||||
<version>1.0</version>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.camera.provider</name>
|
||||
<transport arch="32+64">passthrough</transport>
|
||||
|
|
|
@ -93,8 +93,7 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.audio@2.0-impl \
|
||||
android.hardware.audio@2.0-service \
|
||||
android.hardware.audio.effect@2.0-impl \
|
||||
android.hardware.audio.effect@2.0-service \
|
||||
android.hardware.broadcastradio@1.0-impl
|
||||
android.hardware.audio.effect@2.0-service
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/audio/aanc_tuning_mixer.txt:system/etc/aanc_tuning_mixer.txt \
|
||||
|
|
Loading…
Reference in a new issue