summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDivya Narayanan Poojary <dnaray@codeaurora.org>2017-07-25 18:24:00 +0530
committerChristopher N. Hesse <raymanfx@gmail.com>2017-11-17 22:05:50 +0000
commit9501520d2c17f32429f55ee7b11b4dcf4966bfbf (patch)
tree11aeec4129b68fc2472cbdf09df1d2382e3ee711
parent56ea2f3b218e69d8527288012813ac2def4afa5e (diff)
downloadandroid_hardware_qcom_audio-lineage-15.0-caf-8994.tar.gz
android_hardware_qcom_audio-lineage-15.0-caf-8994.tar.bz2
android_hardware_qcom_audio-lineage-15.0-caf-8994.zip
audio: Use vendor specific tinycompresslineage-15.0-caf-8994
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 21f1f641..381ee943 100644
--- a/hal/Android.mk
+++ b/hal/Android.mk
@@ -48,6 +48,7 @@ LOCAL_SRC_FILES += audio_extn/audio_extn.c \
audio_extn/utils.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
ifneq ($(filter msm8994 msm8992,$(TARGET_BOARD_PLATFORM)),)
LOCAL_SRC_FILES += edid.c
@@ -224,7 +225,7 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libhardware \
libtinyalsa \
- libtinycompress \
+ libtinycompress_vendor \
libaudioroute \
libdl \
libexpat