8 lines
117 B
Makefile
8 lines
117 B
Makefile
ifeq ($(TARGET_ARCH),arm)
|
|
|
|
|
|
AENC_QCELP13_PATH:= $(call my-dir)
|
|
|
|
include $(AENC_QCELP13_PATH)/qdsp6/Android.mk
|
|
|
|
endif
|