summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Naganov <mnaganov@google.com>2017-06-30 13:58:41 -0700
committerMikhail Naganov <mnaganov@google.com>2017-06-30 13:58:41 -0700
commit701c32c12aec5a77af6773a4cc6a3eda24006ee9 (patch)
treebdcb650b502485933e74b4f7f6653b2113766017
parent2d22688a1375a573bb7da200fe24e394c65c4613 (diff)
downloadbullhead-701c32c12aec5a77af6773a4cc6a3eda24006ee9.tar.gz
Remove Broadcast Radio HAL impl library
There is no support for FM radio on this device. Bug: 33050893 Change-Id: I23a60c3fe7bfa2ed95ac874bd27af12097e846ec Test: audio works, no impl lib in /vendor/lib[64]/hw
-rw-r--r--CleanSpec.mk2
-rw-r--r--device.mk1
2 files changed, 2 insertions, 1 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 13b7e2a..e14447f 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -77,3 +77,5 @@ $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.pr
$(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {} \;)
$(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {} \;)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.wifi.aware.xml)
+$(call add-clean-step, rm $(PRODUCT_OUT)/system/lib/hw/android.hardware.broadcastradio@1.0-impl.so)
+$(call add-clean-step, rm $(PRODUCT_OUT)/system/lib64/hw/android.hardware.broadcastradio@1.0-impl.so)
diff --git a/device.mk b/device.mk
index f53a253..2609180 100644
--- a/device.mk
+++ b/device.mk
@@ -238,7 +238,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
PRODUCT_PACKAGES += \