Loading hal/Android.mk +3 −2 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ ifeq ($(strip $(DOLBY_DDP)),true) LOCAL_SRC_FILES += audio_extn/dolby.c endif ifeq ($(strip $(DOLBY_DAP)),true) ifeq ($(strip $(DS1_DOLBY_DAP)),true) LOCAL_CFLAGS += -DDS1_DOLBY_DAP_ENABLED ifneq ($(strip $(DOLBY_DDP)),true) LOCAL_SRC_FILES += audio_extn/dolby.c Loading Loading @@ -205,8 +205,9 @@ endif ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP)),true) LOCAL_CFLAGS += -DDS2_DOLBY_DAP_ENABLED LOCAL_CFLAGS += -DDS1_DOLBY_DDP_ENABLED ifneq ($(strip $(DOLBY_DDP)),true) ifneq ($(strip $(DOLBY_DAP)),true) ifneq ($(strip $(DS1_DOLBY_DAP)),true) LOCAL_SRC_FILES += audio_extn/dolby.c endif endif Loading Loading
hal/Android.mk +3 −2 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ ifeq ($(strip $(DOLBY_DDP)),true) LOCAL_SRC_FILES += audio_extn/dolby.c endif ifeq ($(strip $(DOLBY_DAP)),true) ifeq ($(strip $(DS1_DOLBY_DAP)),true) LOCAL_CFLAGS += -DDS1_DOLBY_DAP_ENABLED ifneq ($(strip $(DOLBY_DDP)),true) LOCAL_SRC_FILES += audio_extn/dolby.c Loading Loading @@ -205,8 +205,9 @@ endif ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP)),true) LOCAL_CFLAGS += -DDS2_DOLBY_DAP_ENABLED LOCAL_CFLAGS += -DDS1_DOLBY_DDP_ENABLED ifneq ($(strip $(DOLBY_DDP)),true) ifneq ($(strip $(DOLBY_DAP)),true) ifneq ($(strip $(DS1_DOLBY_DAP)),true) LOCAL_SRC_FILES += audio_extn/dolby.c endif endif Loading