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