From 2ba4aa0b657ee6e2a6e9a84278901e3dfbecc51c Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Tue, 14 Sep 2021 16:20:26 +0800 Subject: [PATCH] sdm660-common: Stop building android.hardware.broadcastradio HIDL impl * Nothing uses it and it isn't even in manifest Change-Id: I989f68d98f9dbddff0cb151599a4b60e819105d1 --- sdm660.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sdm660.mk b/sdm660.mk index cc81fd58..12ccea6c 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -171,10 +171,6 @@ PRODUCT_PACKAGES += \ # Boot animation TARGET_BOOTANIMATION_SIZE := 1080p -# Broadcastradio -PRODUCT_PACKAGES += \ - android.hardware.broadcastradio@1.0-impl - # Camera PRODUCT_PACKAGES += \ android.hardware.camera.device@3.5 \