blob: 0e2ea3827fcb3e54a17cfc9a7a2ee4e02e6c2c54 [file] [log] [blame]
ifeq ($(TARGET_ARCH),arm)
AENC_EVRC_PATH:= $(call my-dir)
ifeq ($(call is-board-platform,msm8660),true)
include $(AENC_EVRC_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,msm8960),true)
include $(AENC_EVRC_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,msm8974),true)
include $(AENC_EVRC_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,msm8226),true)
include $(AENC_EVRC_PATH)/qdsp6/Android.mk
endif
ifeq ($(call is-board-platform,msm8610),true)
include $(AENC_EVRC_PATH)/qdsp6/Android.mk
endif
endif