aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-11-30 23:12:47 +0100
committerAndreas Blaesius <skate4life@gmx.de>2015-12-03 00:11:00 +0100
commit034eeb28cb920f75fc1582f7c70a434c8b6925e5 (patch)
treea72af0cea6366113e42947ce9b9c853b559dd485
parent5ba3d0366f96931b379fd3d376ea73268c2d7793 (diff)
downloaddevice_samsung_espressowifi-034eeb28cb920f75fc1582f7c70a434c8b6925e5.zip
device_samsung_espressowifi-034eeb28cb920f75fc1582f7c70a434c8b6925e5.tar.gz
device_samsung_espressowifi-034eeb28cb920f75fc1582f7c70a434c8b6925e5.tar.bz2
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
-rw-r--r--espresso-common.mk2
1 files changed, 2 insertions, 0 deletions
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 \