From 5be591a6f6130de7cd0788b1d40807f014595264 Mon Sep 17 00:00:00 2001 From: Etienne Ruffieux Date: Fri, 4 Mar 2022 13:22:23 +0000 Subject: [PATCH] Removing audio defaults from platform Audio defaults have a lot of dependencies, and to reduce the number of libs exposed in platform we need to remove these audio defaults. Bug: 220306859 Test: atest Tag: #feature Change-Id: Iee2e347e6dceec4232e408145e97024476744455 --- target/product/full_base.mk | 6 ------ target/product/generic_system.mk | 5 ----- 2 files changed, 11 deletions(-) diff --git a/target/product/full_base.mk b/target/product/full_base.mk index a8e1e913f7..39c66da318 100644 --- a/target/product/full_base.mk +++ b/target/product/full_base.mk @@ -28,12 +28,6 @@ PRODUCT_PACKAGES += \ PhotoTable \ preinstalled-packages-platform-full-base.xml -# Bluetooth: -# audio.a2dp.default is a system module. Generic system image includes -# audio.a2dp.default to support A2DP if board has the capability. -PRODUCT_PACKAGES += \ - audio.a2dp.default - # Net: # Vendors can use the platform-provided network configuration utilities (ip, # iptable, etc.) to configure the Linux networking stack, but these utilities diff --git a/target/product/generic_system.mk b/target/product/generic_system.mk index f13c9db4d1..1a639ef717 100644 --- a/target/product/generic_system.mk +++ b/target/product/generic_system.mk @@ -52,11 +52,6 @@ PRODUCT_PACKAGES += \ cppreopts.sh \ otapreopt_script \ -# Bluetooth libraries -PRODUCT_PACKAGES += \ - audio.a2dp.default \ - audio.hearing_aid.default \ - # For ringtones that rely on forward lock encryption PRODUCT_PACKAGES += libfwdlockengine