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