From f0757bc8eb785bb8a4c6ed273c64ac8273584ec5 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 14 May 2018 22:15:24 +0300 Subject: [PATCH] sm6150-common: Don't build tinymix * This tool can be built manually for debugging cases, there is no need to ship it in production Change-Id: I9ab8b076b4bede70c368c198960ceabc68dad65b --- sm6150.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sm6150.mk b/sm6150.mk index 441b78e..66dd0c2 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -61,8 +61,7 @@ PRODUCT_PACKAGES += \ libvolumelistener PRODUCT_PACKAGES += \ - libaudio-resampler \ - tinymix + libaudio-resampler PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \