Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bea4ab42 authored by Divya Narayanan Poojary's avatar Divya Narayanan Poojary Committed by Bruno Martins
Browse files

audio: Use vendor specific tinycompress

Link to tinycompress_vendor to use customizations
in tinycompress

CRs-Fixed: 2074528
Change-Id: Ie7ae9bb13713ac672cf2f4938f7004f3868ac85e
parent 6525ff04
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ LOCAL_SRC_FILES += audio_extn/audio_extn.c

LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
LOCAL_CFLAGS += -DUSE_VENDOR_EXTN

ifeq ($(strip $(AUDIO_FEATURE_ENABLED_ANC_HEADSET)),true)
    LOCAL_CFLAGS += -DANC_HEADSET_ENABLED
@@ -188,7 +189,7 @@ LOCAL_SHARED_LIBRARIES := \
	libcutils \
	libhardware \
	libtinyalsa \
	libtinycompress \
	libtinycompress_vendor \
	libaudioroute \
	libdl \
	libexpat