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

Commit c30f96d2 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

hal: Add audio support for APQ8084

- Add support for OMX audio encoder components for apq8084.

Change-Id: I0cf2bba74fe9a90b2dd9c9b96f0f8f3cf28de743
parent abca4b12
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,9 @@ endif
ifeq ($(call is-board-platform,msm8610),true)
ifeq ($(call is-board-platform,msm8610),true)
include $(AENC_AAC_PATH)/qdsp6/Android.mk
include $(AENC_AAC_PATH)/qdsp6/Android.mk
endif
endif
ifeq ($(call is-board-platform,apq8084),true)
include $(AENC_AAC_PATH)/qdsp6/Android.mk
endif




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




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




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




endif
endif