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