Merge "hal: Add audio support for 8092"

This commit is contained in:
Linux Build Service Account 2013-12-20 09:44:17 -08:00 committed by Gerrit - the friendly Code Review server
commit 4952daa5a0
4 changed files with 12 additions and 1 deletions

View File

@ -21,6 +21,9 @@ endif
ifeq ($(call is-board-platform,apq8084),true)
include $(AENC_AAC_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,mpq8092),true)
include $(AENC_AAC_PATH)/qdsp6/Android.mk
endif
endif

View File

@ -21,6 +21,9 @@ endif
ifeq ($(call is-board-platform,apq8084),true)
include $(AENC_AMR_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,mpq8092),true)
include $(AENC_AMR_PATH)/qdsp6/Android.mk
endif
endif

View File

@ -21,6 +21,9 @@ endif
ifeq ($(call is-board-platform,apq8084),true)
include $(AENC_EVRC_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,mpq8092),true)
include $(AENC_EVRC_PATH)/qdsp6/Android.mk
endif
endif

View File

@ -21,6 +21,8 @@ endif
ifeq ($(call is-board-platform,apq8084),true)
include $(AENC_QCELP13_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,mpq8092),true)
include $(AENC_QCELP13_PATH)/qdsp6/Android.mk
endif
endif