summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-07-02 07:32:38 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-07-02 07:32:38 +0000
commit8ac8f026dae2bd6e70dfc43e03ef705059132e83 (patch)
treea650fe6fd48af3bed65ed1efef49003ada799bec
parente03f91761f83836a439594783b0a1528ad9eb1ca (diff)
parent08617cfec0d7c78f0c69c6002913a1d636f235c8 (diff)
downloaddragon-8ac8f026dae2bd6e70dfc43e03ef705059132e83.tar.gz
release-request-d9dc98f7-19b2-484c-b4d1-f35dc43e9c05-for-git_oc-mr1-release-4152006 snap-temp-L91700000079405440
Change-Id: I4b70d5b167d8a5fde0faa8abfc5a282da4ce6ea1
-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 8933ebc..83059d2 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -49,3 +49,5 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hard
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.location.gps.xml)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.full.xml)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.manual_sensor.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 917e755..62a7c9e 100644
--- a/device.mk
+++ b/device.mk
@@ -232,7 +232,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 += \