summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDivya Narayanan Poojary <dnaray@codeaurora.org>2017-07-03 11:17:08 +0530
committerArne Coucheron <arco68@gmail.com>2017-10-13 19:29:27 +0000
commitcce697f9dcbbe0488d64e4af3a15cec19e30f462 (patch)
tree97874f5e90d2916ba31ad4fc664522899c959115
parent8b9bec00a6e0a2dfd70b85ec5d112a276bc87a0b (diff)
downloadhardware_qcom_audio-lineage-15.0-caf-8960.tar.gz
hardware_qcom_audio-lineage-15.0-caf-8960.tar.bz2
hardware_qcom_audio-lineage-15.0-caf-8960.zip
audio: Use vendor specific tinycompresslineage-15.0-caf-8960
Link to tinycompress_vendor to use customizations in tinycompress CRs-Fixed: 2074528 Change-Id: Ie7ae9bb13713ac672cf2f4938f7004f3868ac85e
-rw-r--r--hal/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/hal/Android.mk b/hal/Android.mk
index 3bc9bf04..c190ec57 100644
--- a/hal/Android.mk
+++ b/hal/Android.mk
@@ -38,6 +38,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_USE_LL_AS_PRIMARY_OUTPUT)),true)
LOCAL_CFLAGS += -DUSE_LL_AS_PRIMARY_OUTPUT
@@ -153,7 +154,7 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libhardware \
libtinyalsa \
- libtinycompress \
+ libtinycompress_vendor \
libaudioroute \
libdl \
libexpat