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

Commit 603d4bf0 authored by dianlujitao's avatar dianlujitao
Browse files

audiopolicy: Fix DTS Eagle dependence on kernel

Change-Id: Idce271a232d4076399565d6de6d46405f73d7e59
parent fe6ed20d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ LOCAL_STATIC_LIBRARIES := \

ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DTS_EAGLE)),true)
  LOCAL_CFLAGS += -DDTS_EAGLE
  LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
  LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
  LOCAL_SRC_FILES += AudioUtil.c
endif