From 034eeb28cb920f75fc1582f7c70a434c8b6925e5 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Mon, 30 Nov 2015 23:12:47 +0100 Subject: espresso-common: build missing audio packages audio.a2dp.default and audio.usb.default got forgotten while moving from omap4-common to espresso-common tree Fixes BT-Audio. Change-Id: I6269184c09eee1e15f8126abf758f56b0ebabc0f --- espresso-common.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/espresso-common.mk b/espresso-common.mk index 9521536..17efb39 100644 --- a/espresso-common.mk +++ b/espresso-common.mk @@ -59,8 +59,10 @@ PRODUCT_COPY_FILES += \ # Packages PRODUCT_PACKAGES += \ + audio.a2dp.default \ audio.primary.piranha \ audio.r_submix.default \ + audio.usb.default \ camera.omap4 \ lights.piranha \ libinvensense_mpl \ -- cgit v1.1