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

Commit edf855df authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: Add audio support for APQ8084"

parents 161acc84 c30f96d2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ endif
ifeq ($(call is-board-platform,msm8610),true)
include $(AENC_AAC_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,apq8084),true)
include $(AENC_AAC_PATH)/qdsp6/Android.mk
endif


endif
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ endif
ifeq ($(call is-board-platform,msm8610),true)
include $(AENC_AMR_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,apq8084),true)
include $(AENC_AMR_PATH)/qdsp6/Android.mk
endif


endif
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ endif
ifeq ($(call is-board-platform,msm8610),true)
include $(AENC_EVRC_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,apq8084),true)
include $(AENC_EVRC_PATH)/qdsp6/Android.mk
endif


endif
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ endif
ifeq ($(call is-board-platform,msm8610),true)
include $(AENC_QCELP13_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,apq8084),true)
include $(AENC_QCELP13_PATH)/qdsp6/Android.mk
endif


endif